added description of no parity flag
authorWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Thu, 28 Mar 1991 04:36:01 +0000 (20:36 -0800)
committerWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Thu, 28 Mar 1991 04:36:01 +0000 (20:36 -0800)
SCCS-vsn: libexec/getty/gettytab.5 6.6

usr/src/libexec/getty/gettytab.5

index 04ac45a..8454663 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)gettytab.5  6.5 (Berkeley) %G%
+.\"    @(#)gettytab.5  6.6 (Berkeley) %G%
 .\"
 .TH GETTYTAB 5 ""
 .UC 5
 .\"
 .TH GETTYTAB 5 ""
 .UC 5
@@ -83,6 +83,7 @@ ln    str     ^V      ``literal next'' character
 lo     str     /usr/bin/login  program to exec when name obtained
 nd     num     0       newline (line-feed) delay
 nl     bool    false   terminal has (or might have) a newline character
 lo     str     /usr/bin/login  program to exec when name obtained
 nd     num     0       newline (line-feed) delay
 nl     bool    false   terminal has (or might have) a newline character
+np     bool    false   terminal uses all 8 bits for display, thus no parity
 nx     str     default next table (for auto speed selection)
 op     bool    false   terminal uses odd parity
 os     num     unused  output speed
 nx     str     default next table (for auto speed selection)
 op     bool    false   terminal uses odd parity
 os     num     unused  output speed
@@ -214,6 +215,11 @@ to allow any parity on input, but generate odd parity output.
 Note: this only applies while getty is being run,
 terminal driver limitations prevent a more complete
 implementation.
 Note: this only applies while getty is being run,
 terminal driver limitations prevent a more complete
 implementation.
+For terminals that use the full eight bit for character set (like the
+IBM PC console and DEC VT 220 terminals), 
+.B np
+may be specified to provide no parity on output, which superceeds the
+above mentioned parity options.
 .I Getty
 does not check parity of input characters in
 .I RAW
 .I Getty
 does not check parity of input characters in
 .I RAW