mirror of git://git.suckless.org/sbase
Add login(1) manpage
This commit is contained in:
parent
6f7995b65a
commit
1988901b7d
1
Makefile
1
Makefile
|
@ -67,6 +67,7 @@ MAN1 = \
|
|||
fallocate.1 \
|
||||
free.1 \
|
||||
id.1 \
|
||||
login.1 \
|
||||
mknod.1 \
|
||||
mountpoint.1 \
|
||||
pagesize.1 \
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue