diff options
author | bde <bde@FreeBSD.org> | 1995-11-11 03:31:13 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-11-11 03:31:13 +0000 |
commit | 6cdf3e90c605f2138d454bd4a39ce24ebe7aae2a (patch) | |
tree | b57cb0dff1dbbb0fe2cb20fcbb6331d057b26f8f /bin/stty | |
parent | b4e9b8c6d2d5790256ec7854095f539e0606ff92 (diff) | |
download | FreeBSD-src-6cdf3e90c605f2138d454bd4a39ce24ebe7aae2a.zip FreeBSD-src-6cdf3e90c605f2138d454bd4a39ce24ebe7aae2a.tar.gz |
Fixed descriptions of ignpar and parmrk.
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/stty.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index addbe1b..2e468b8 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$ +.\" $Id: stty.1,v 1.2 1994/09/24 02:59:01 davidg Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 @@ -160,10 +160,10 @@ Signal (do not signal) on break. .It Cm ignpar Pq Fl ignpar -Ignore (do not ignore) parity +Ignore (do not ignore) characters with parity errors. .It Cm parmrk Pq Fl parmrk -Mark (do not mark) parity errors. +Mark (do not mark) characters with parity errors. .It Cm inpck Pq Fl inpck Enable (disable) input parity checking. |