Document CMSPAR

This commit is contained in:
Michael Kerrisk 2006-12-28 04:33:54 +00:00
parent 2949f48301
commit adab6032d7
1 changed files with 7 additions and 0 deletions

View File

@ -272,6 +272,13 @@ the same as the values for the CBAUD bits, shifted left IBSHIFT bits.
[requires _BSD_SOURCE or _SVID_SOURCE]
(Not implemented on Linux.)
.TP
.B CMSPAR
Select stick parity (supported on certain serial devices): if
.B PARODD
is set, the parity bit is always 1; if
.B PARRODD
is not set, then the parity bit is always 0).
.TP
.B CRTSCTS
(not in POSIX) Enable RTS/CTS (hardware) flow control.
[requires _BSD_SOURCE or _SVID_SOURCE]