From 4b84062d66d395be290312053701e6d11cd3d9cc Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Tue, 5 Feb 2013 15:00:47 +0100 Subject: stty: add support for DTR/DSR hardware control flow Originally requested in Red Hat bugzilla #445213. * src/stty.c (mode_info): Add support for DTR/DSR hardware flow control, if available. * doc/coreutils.texi: Document it. * tests/misc/stty.sh: Add it to the list of serial options to avoid. * NEWS: Mention the improvement. --- doc/coreutils.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e248af0e2..faed80d61 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -13635,6 +13635,13 @@ Disable modem control signals. May be negated. @cindex flow control, hardware @cindex RTS/CTS flow control Enable RTS/CTS flow control. Non-POSIX@. May be negated. + +@item cdtrdsr +@opindex cdtrdsr +@cindex hardware flow control +@cindex flow control, hardware +@cindex DTR/DSR flow control +Enable DTR/DSR flow control. Non-POSIX@. May be negated. @end table -- cgit v1.2.3-54-g00ecf