summaryrefslogtreecommitdiff
path: root/libexec/getty
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-04 02:37:29 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-04 02:37:29 +0000
commitb1dd8a7b575a07f72ed0813697a076ad97cdedba (patch)
tree4c8cd6a77e62afe4ce288d76ed046997c2c13074 /libexec/getty
parentec7fa2a51ef3c7ac7d781529381f1225cdbe897a (diff)
Notes
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/gettytab.511
1 files changed, 6 insertions, 5 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index 4971ec708c56..f0ea26b8114d 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.15 1997/08/23 16:22:30 steve Exp $
+.\" $Id: gettytab.5,v 1.16 1997/11/21 07:43:44 charnier Exp $
.\" "
.Dd April 19, 1994
.Dt GETTYTAB 5
@@ -126,7 +126,7 @@ hangup line on last close
.It "i1 num unused tty input flags to read login name"
.It "i2 num unused tty input flags to leave terminal as"
.It "ic str unused expect-send chat script for modem initialization"
-.It "if str unused display named file before prompt"
+.It "if str unused 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"
@@ -270,10 +270,11 @@ of milliseconds of delay required (a la termcap).
This delay is simulated by repeated use of the pad character
.Em \&pc .
.Pp
-The initial message, and login message,
-.Em \&im
-and
+The initial message, login message, and initial file;
+.Em \&im ,
.Em \&lm
+and
+.Em \&if
may include any of the following character sequences, which expand to
information about the environment in which
.Xr getty 8