Subject: bin/2685: In gettytab(5), there is extra `Ta' in description of cl, ev, he entry.
To: None <gnats-bugs@NetBSD.ORG>
From: None <enami@ba2.so-net.or.jp>
List: netbsd-bugs
Date: 08/11/1996 10:12:47
>Number: 2685
>Category: bin
>Synopsis: In gettytab(5), there is extra `Ta' in description of cl, ev, he entry.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sat Aug 10 21:35:05 1996
>Last-Modified:
>Originator: enami tsugutomo
>Organization:
I'm at home
>Release: 1.2_BETA
>Environment:
System: NetBSD plants-doll.enami.ba2.so-net.or.jp 1.2_BETA NetBSD 1.2_BETA (PLANTS_DOLL) #180: Sat Jul 13 12:03:51 JST 1996 enami@plants-doll.enami.ba2.so-net.or.jp:/usr/src/sys/arch/i386/compile/PLANTS_DOLL i386
>Description:
In gettytab(5), there is extra `Ta' in description of cl, ev,
he entry. Like this:
cl str NULL Ta screen clear sequence
ev str NULL Ta initial environment
he str NULL Ta hostname editing string
>How-To-Repeat:
Just do man gettytab.
>Fix:
Replace Tab code before Ta with space. Here is a diff | cat -t.
enami.
Index: gettytab.5
===================================================================
RCS file: /a/cvsroot/NetBSD/libexec/getty/gettytab.5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 gettytab.5
--- gettytab.5^I1996/04/30 01:30:29^I1.1.1.1
+++ gettytab.5^I1996/08/11 01:11:20
@@ -83,7 +83,7 @@
.It "c2^Inum^Iunused^Itty control flags to leave terminal as"
.It "ce^Ibool^Ifalse^Iuse crt erase algorithm"
.It "ck^Ibool^Ifalse^Iuse crt kill algorithm"
-.It "cl^Istr" Ta Dv NULL^ITa
+.It "cl^Istr" Ta Dv NULL Ta
.No "screen clear sequence"
.It "co^Ibool^Ifalse^Iconsole - add"
.Ql \en
@@ -101,7 +101,7 @@
.No "end of text"
.Pq Dv EOF
character
-.It "ev^Istr" Ta Dv NULL^ITa
+.It "ev^Istr" Ta Dv NULL Ta
.No "initial environment"
.It "f0^Inum^Iunused^Itty mode flags to write messages"
.It "f1^Inum^Iunused^Itty mode flags to read login name"
@@ -111,7 +111,7 @@
.It "hc^Ibool^Ifalse^Ido"
.Tn NOT
hangup line on last close
-.It "he^Istr" Ta Dv NULL^ITa
+.It "he^Istr" Ta Dv NULL Ta
.No "hostname editing string"
.It "hn^Istr^Ihostname^Ihostname"
.It "ht^Ibool^Ifalse^Iterminal has real tabs"
>Audit-Trail:
>Unformatted: