diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-06-03 04:07:59 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-06-03 04:07:59 +0000 |
| commit | d693a28e3c57717dc8630340947a4db063d26c97 (patch) | |
| tree | 9b54575ffb897cb148240fa5e3535f9ac1c1fe56 | |
| parent | 5caffabdc3976442a09142b3d56ae99202deb0c4 (diff) | |
Notes
| -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 d2ac6bfa09fd..27a8749ed1b3 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. |
