Update CMSPAR description.

This commit is contained in:
Michael Kerrisk 2006-12-28 04:36:23 +00:00
parent adab6032d7
commit ad715af952
1 changed files with 2 additions and 0 deletions

View File

@ -273,11 +273,13 @@ the same as the values for the CBAUD bits, shifted left IBSHIFT bits.
(Not implemented on Linux.)
.TP
.B CMSPAR
(not in POSIX)
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).
[requires _BSD_SOURCE or _SVID_SOURCE]
.TP
.B CRTSCTS
(not in POSIX) Enable RTS/CTS (hardware) flow control.