Add login(1) manpage

This commit is contained in:
sin 2014-06-02 16:41:07 +01:00
parent 6f7995b65a
commit 1988901b7d
2 changed files with 17 additions and 0 deletions

View File

@ -67,6 +67,7 @@ MAN1 = \
fallocate.1 \
free.1 \
id.1 \
login.1 \
mknod.1 \
mountpoint.1 \
pagesize.1 \

16
login.1 Normal file
View File

@ -0,0 +1,16 @@
.TH LOGIN 1 ubase-VERSION
.SH NAME
\fBlogin\fR - Log into the system
.SH SYNOPSIS
\fBlogin\fR [\fB-p\fR] \fIuser\fR
.SH DESCRIPTION
\fBlogin\fR logs the \fIuser\fR into the system. It sets \fBHOME\fR,
\fBSHELL\fR, \fBUSER\fR, \fBLOGNAME\fR and the \fBPATH\fR environment
variables and invokes the login shell as specified in \fI/etc/passwd\fR.
.SH OPTIONS
.TP
\fB-p\fR
Preserve the environment.
.SH BUGS
.TP
There is no support for shadow files.