diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-11 05:41:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-11 05:41:43 +0000 |
commit | cd3562a96b21ae01edde3dacb795484a37cd69b5 (patch) | |
tree | 3f37490839df6ca1844527ca0225374218529ae8 /libexec/getty | |
parent | e511a52691ddb2290f5d3c9ca6e9f0fc3b320289 (diff) |
<tab>Ta -> <space>Ta fix; netbsd pr#2685; enami@ba2.so-net.or.jp
Diffstat (limited to 'libexec/getty')
-rw-r--r-- | libexec/getty/gettytab.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index b68b34bbc77..fa17e6d9ecd 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 -.\" $Id: gettytab.5,v 1.1 1995/10/18 08:43:17 deraadt Exp $ +.\" $Id: gettytab.5,v 1.2 1996/08/11 05:41:42 deraadt Exp $ .\" .Dd April 19, 1994 .Dt GETTYTAB 5 @@ -83,7 +83,7 @@ table. .It "c2 num unused tty control flags to leave terminal as" .It "ce bool false use crt erase algorithm" .It "ck bool false use crt kill algorithm" -.It "cl str" Ta Dv NULL Ta +.It "cl str" Ta Dv NULL Ta .No "screen clear sequence" .It "co bool false console - add" .Ql \en @@ -101,7 +101,7 @@ after login prompt .No "end of text" .Pq Dv EOF character -.It "ev str" Ta Dv NULL Ta +.It "ev str" Ta Dv NULL Ta .No "initial environment" .It "f0 num unused tty mode flags to write messages" .It "f1 num unused tty mode flags to read login name" @@ -111,7 +111,7 @@ character .It "hc bool false do" .Tn NOT hangup line on last close -.It "he str" Ta Dv NULL Ta +.It "he str" Ta Dv NULL Ta .No "hostname editing string" .It "hn str hostname hostname" .It "ht bool false terminal has real tabs" |