From adab6032d7186fe09551c3f798945765d11ad28d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Dec 2006 04:33:54 +0000 Subject: [PATCH] Document CMSPAR --- man3/termios.3 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man3/termios.3 b/man3/termios.3 index 857ada52c..28d4ba2bb 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -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]