Signed-off-by: Pali Rohár <pali@xxxxxxxxxx> --- man3/termios.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man3/termios.3 b/man3/termios.3 index b7cdec507524..4d4593a33c32 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -967,6 +967,12 @@ Normally, this will disconnect the line. \fBCBAUDEX\fP is a mask for the speeds beyond those defined in POSIX.1 (57600 and above). Thus, \fBB57600\fP & \fBCBAUDEX\fP is nonzero. +Setting baudrate to other value than defined by +.B Bnnn +constants is possible via +.B TCSETS2 +ioctl, see +.BR ioctl_tty (2). .PP .BR cfgetispeed () returns the input baud rate stored in the \fItermios\fP structure. -- 2.20.1