diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-06-03 04:07:59 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-06-03 04:07:59 +0000 |
commit | fb0af3e989139150f6d12cec59067042caf5184b (patch) | |
tree | 2bdad6a7ce86dfc209ae50c0af29b87d0cddcf60 | |
parent | aa3cf55331cf661c7c6e0a632004295fdd877dd3 (diff) | |
download | FreeBSD-src-fb0af3e989139150f6d12cec59067042caf5184b.zip FreeBSD-src-fb0af3e989139150f6d12cec59067042caf5184b.tar.gz |
Correct description of -crtscts.
PR: 6836
Submitted by: Andrew <andrew@ugh.net.au>
-rw-r--r-- | bin/stty/stty.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index d2ac6bf..27a8749 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $Id: stty.1,v 1.8 1997/06/02 06:32:26 charnier Exp $ +.\" $Id: stty.1,v 1.9 1998/05/18 06:48:19 charnier Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 @@ -146,7 +146,7 @@ Enable (disable) the receiver. Assume a line without (with) modem control. .It Cm crtscts Pq Fl crtscts -Enable RTS/CTS flow control. +Enable (disable) RTS/CTS flow control. .El .Ss Input Modes: This corresponds to the c_iflag in the termios structure. |