Be consistent with login(1) usage

This commit is contained in:
sin 2014-06-02 17:33:17 +01:00
parent c7b6aacb5c
commit b6007ba92b

View File

@ -2,9 +2,9 @@
.SH NAME
\fBlogin\fR - Log into the system
.SH SYNOPSIS
\fBlogin\fR [\fB-p\fR] \fIuser\fR
\fBlogin\fR [\fB-p\fR] \fIusername\fR
.SH DESCRIPTION
\fBlogin\fR logs the \fIuser\fR into the system. It sets \fBHOME\fR,
\fBlogin\fR logs the \fIusername\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