ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 7687d7f7d11519bca08db257bae8848415b73f3e
parent e238e16c5c072bad226fa107915a4ed2d58e034b
Author: sin <sin@2f30.org>
Date:   Sat, 12 Apr 2014 14:22:00 +0100

Add getty manpage

Diffstat:
Agetty.8 | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/getty.8 b/getty.8 @@ -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.