source: trunk/third/mingetty/mingetty.8 @ 16272

Revision 16272, 1.8 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16271, which included commits to RCS files with non-trunk default branches.
Line 
1.TH MINGETTY 8 "6 Apr 1996" "Debian-Local" "Linux Programmer's Manual"
2.SH NAME
3mingetty \- minimal getty for consoles
4.SH SYNOPSIS
5.B mingetty
6[\-\-noclear] [\-\-long\-hostname]
7.I tty
8.PP
9.SH DESCRIPTION
10.B mingetty
11is a minimal getty for use on virtual consoles.
12Unlike
13.BR agetty (8),
14.B mingetty
15is not suitable for serial lines.
16I recommend using
17.BR mgetty (8)
18for this purpose.
19.PP
20.SH OPTIONS
21.TP
22.B \-\-noclear
23Do not clear the screen before prompting for the login name (the screen
24is normally cleared).
25.TP
26.B \-\-long\-hostname
27By default the hostname is only printed until the first dot.
28With this option enabled, the full text from gethostname() is shown.
29.PP
30.SH "ISSUE ESCAPES"
31.B mingetty
32recognizes the following escapes sequences which might be embedded in the
33.I /etc/issue
34file:
35.IP \fB\ed\fP
36insert current day (localtime),
37.IP \fB\el\fP
38insert line on which
39.B mingetty
40is running,
41.IP \fB\em\fP
42inserts machine architecture (uname -m),
43.IP \fB\en\fP
44inserts machine's network node hostname (uname -n),
45.IP \fB\eo\fP
46inserts domain name,
47.IP \fB\er\fP
48inserts operating system release (uname -r),
49.IP \fB\et\fP
50insert current time (localtime),
51.IP \fB\es\fP
52inserts operating system name,
53.IP \fB\eu\fP
54resp. \fB\eU\fP
55the current number of users which are currently logged in.
56\\U inserts "\fIn\fP users", where as \\u only inserts "\fIn\fP".
57.IP \fB\ev\fP
58inserts operating system version (uname -v).
59.PP
60.SH EXAMPLE
61"\fBLinux\ eos\ i386\ #1\ Tue\ Mar\ 19\ 21:54:09\ MET\ 1996\fP" was produced
62by putting "\fB\\s\ \\n\ \\m\ \\v\fP" into
63.IR /etc/issue .
64.PP
65.SH FILES
66.IR /etc/issue ,
67.IR /var/run/utmp .
68.PP
69.SH "SEE ALSO"
70.BR mgetty (8),
71.BR agetty (8).
72.PP
73.SH AUTHOR
74Copyright \(co 1996 Florian La Roche <florian@suse.de>
75or <florian@jurix.jura.uni\-sb.de>.
76Man-page written by David Frey <David.Frey@eos.lugs.ch> and
77Florian La Roche.
Note: See TracBrowser for help on using the repository browser.