kernel: restore setting KTS_NONE
[minix.git] / man / man8 / getty.8
blob84ea9d8727cc9b6189c2ba238fe6fd271645aeb3
1 .TH GETTY 8
2 .SH NAME
3 getty \- system login banner
4 .SH SYNOPSIS
5 .B getty
6 .RI [ banner " ...]"
7 .SH DESCRIPTION
8 .B Getty
9 displays a system identification banner, reads a user name from standard
10 input and executes
11 .B login
12 with that name as argument.
13 .PP
14 .B Getty
15 uses its arguments separated by spaces as a login banner.  The character
16 sequences
17 .BR \en ,
18 .BR \es
19 and
20 .BR \et
21 are printed as newline, space and tab.  Any other
22 .BI \e x
23 prints that
24 .IR x .
25 The character sequences
26 .BR %s ,
27 .BR %n ,
28 etc. produce the same output as
29 .BR "uname \-s" ,
30 .BR "uname \-n" ,
31 etc.  The default banner is
32 .PP
33 .RS
34 %s\es\esRelease\es%r\esVersion\es%v\en\en%n\eslogin:\es
35 .RE
36 .SH "SEE ALSO"
37 .BR ttytab (5),
38 .BR init (8).
39 .SH AUTHOR
40 Kees J. Bot <kjb@cs.vu.nl>