diff options
Diffstat (limited to 'man3/termios.3')
-rw-r--r-- | man3/termios.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/termios.3 b/man3/termios.3 index 87add92a..7ef0a4e2 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -520,7 +520,7 @@ The actual bit rate corresponding to \fBB38400\fP may be altered with The input and output baud rates are stored in the \fBtermios\fP structure. .LP -\fBcfmakeraw\fP sets the terminal attributes as follows: +\fBcfmakeraw\fP() sets the terminal attributes as follows: .nf termios_p->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP |INLCR|IGNCR|ICRNL|IXON); @@ -611,7 +611,7 @@ where after the fourteen values B0, ..., B9600 one finds the two constants EXTA, EXTB ("External A" and "External B"). Many systems extend the list with much higher baud rates. .LP -The effect of a non-zero \fIduration\fP with \fBtcsendbreak\fP varies. +The effect of a non-zero \fIduration\fP with \fBtcsendbreak\fP() varies. SunOS specifies a break of .IB duration * N seconds, where \fIN\fP is at least 0.25, and not more than 0.5. @@ -621,11 +621,11 @@ milliseconds. FreeBSD and NetBSD and HP-UX and MacOS ignore the value of .IR duration . Under Solaris and Unixware, -.B tcsendbreak +.BR tcsendbreak () with non-zero .I duration behaves like -.BR tcdrain . +.BR tcdrain (). .\" libc4 until 4.7.5, glibc for sysv: EINVAL for duration > 0. .\" libc4.7.6, libc5, glibc for unix: duration in ms. .\" glibc for bsd: duration in us |