Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/getty Oops, fix previous.



details:   https://anonhg.NetBSD.org/src/rev/fd905c0d1f9d
branches:  trunk
changeset: 480117:fd905c0d1f9d
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Jan 04 13:51:55 2000 +0000

description:
Oops, fix previous.

diffstat:

 libexec/getty/gettytab.5 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c8d7427e84f5 -r fd905c0d1f9d libexec/getty/gettytab.5
--- a/libexec/getty/gettytab.5  Tue Jan 04 13:43:36 2000 +0000
+++ b/libexec/getty/gettytab.5  Tue Jan 04 13:51:55 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gettytab.5,v 1.23 2000/01/04 13:43:36 ad Exp $
+.\"    $NetBSD: gettytab.5,v 1.24 2000/01/04 13:51:55 ad Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -82,7 +82,7 @@
 table.
 .Bl -column Namexx /usr/bin/login Default
 .It Sy Name    Type    Default Description
-.It "al        str     unused  user to auto-login instead of prompting"
+.It "al        str     NULL    user to auto-login instead of prompting"
 .It "ap        bool    false   terminal uses any parity"
 .It "bk        str     0377    alternative end of line character (input break)"
 .It "c0        num     unused  tty control flags to write messages"
@@ -125,7 +125,7 @@
 .It "i0        num     unused  tty input flags to write messages"
 .It "i1        num     unused  tty input flags to read login name"
 .It "i2        num     unused  tty input flags to leave terminal as"
-.It "if        str     unused  display named file before prompt, like /etc/issue"
+.It "if        str     NULL    display named file before prompt, like /etc/issue"
 .It "ig        bool    false   ignore garbage characters in login name"
 .It "im        str" Ta Dv NULL Ta
 .No "initial (banner) message"



Home | Main Index | Thread Index | Old Index