summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOndřej Vašík <ovasik@redhat.com>2013-02-05 15:00:47 +0100
committerPádraig Brady <P@draigBrady.com>2013-02-05 16:05:54 +0000
commit4b84062d66d395be290312053701e6d11cd3d9cc (patch)
treea1f2915fd7362aa1b869e972af4a7cccf5a55f73 /doc
parent51b3ba842d1196f165e242d77e1d5f092d3b840d (diff)
downloadcoreutils-4b84062d66d395be290312053701e6d11cd3d9cc.tar.xz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi7
1 files changed, 7 insertions, 0 deletions
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