Add getty manpage

This commit is contained in:
sin 2014-04-12 14:22:00 +01:00
parent e238e16c5c
commit 7687d7f7d1
1 changed files with 11 additions and 0 deletions

11
getty.8 Normal file
View File

@ -0,0 +1,11 @@
.TH GETTY 8 ubase-VERSION
.SH NAME
\fBgetty\fR - Suckless linux getty
.SH SYNOPSIS
\fBgetty\fR [\fItty\fR] [\fIterm\fR] [\fIcmd\fR] [\fIargs...\fR]
.SH DESCRIPTION
\fBgetty\fR opens a tty device, prompts for a login name and by default
invokes the /bin/login program. You can start another program instead of
/bin/login via \fIcmd\fR with \fIargs\fR. The hostname is printed in the
login name prompt as well. The \fItty\fR should be specified using an
absolute path.