clean up awk syntax
[unix-history] / usr / src / libexec / getty / gettytab.5
index 90dc61a..789d1cf 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)gettytab.5  6.1 (Berkeley) %G%
+.\"    @(#)gettytab.5  6.3 (Berkeley) %G%
 .\"
 .TH GETTYTAB 5 ""
 .UC 5
 .\"
 .TH GETTYTAB 5 ""
 .UC 5
@@ -56,6 +56,7 @@ ck    bool    false   use crt kill algorithm
 cl     str     NULL    screen clear sequence
 co     bool    false   console - add \\n after login prompt
 ds     str     ^Y      delayed suspend character
 cl     str     NULL    screen clear sequence
 co     bool    false   console - add \\n after login prompt
 ds     str     ^Y      delayed suspend character
+dx     bool    false   set DECCTLQ
 ec     bool    false   leave echo \s-2OFF\s0
 ep     bool    false   terminal uses even parity
 er     str     ^?      erase character
 ec     bool    false   leave echo \s-2OFF\s0
 ep     bool    false   terminal uses even parity
 er     str     ^?      erase character
@@ -217,14 +218,13 @@ does not check parity of input characters in
 .I RAW
 mode.
 .SH "SEE ALSO"
 .I RAW
 mode.
 .SH "SEE ALSO"
+login(1),
 termcap(5),
 getty(8).
 .SH BUGS
 termcap(5),
 getty(8).
 .SH BUGS
-Some ignorant peasants insist on changing the default special
-characters, so it is wise to always specify (at least) the
-erase, kill, and interrupt characters in the
-.B default
-table.
+The special characters (erase, kill, etc.) are reset to system defaults
+by
+.IR login (1).
 In
 .B all
 cases, '#' or '^H' typed in a login name will be treated as
 In
 .B all
 cases, '#' or '^H' typed in a login name will be treated as