diff options
| author | pk <pk@NetBSD.org> | 1994-04-21 07:52:14 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1994-04-21 07:52:14 +0000 |
| commit | 1da83c2c95df355935cfa210df3e2b08d8afea69 (patch) | |
| tree | e853e0e2ad3bd614a933f0021f0c49342a9a8333 /libexec | |
| parent | 3dda0064a5a5b8a76445892415a9dc31941cc582 (diff) | |
Correct format of `np' item.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/gettytab.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index afc7fb315d3..be58e00a541 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gettytab.5 6.7 (Berkeley) 5/10/91 -.\" $Id: gettytab.5,v 1.5 1994/04/16 05:15:51 cgd Exp $ +.\" $Id: gettytab.5,v 1.6 1994/04/21 07:52:14 pk Exp $ .\" .Dd May 10, 1991 .Dt GETTYTAB 5 @@ -133,7 +133,7 @@ hangup line on last close .It "mb bool false do flow control based on carrier" .It "nd num 0 newline (line-feed) delay" .It "nl bool false terminal has (or might have) a newline character" -.It "np bool false terminal uses no parity (i.e. 8-bit characters)" +.It "np bool false terminal uses no parity (i.e. 8-bit characters)" .It "nx str default next table (for auto speed selection)" .It "op bool false terminal uses odd parity" .It "os num unused output speed" |
