ubase

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

commit b6007ba92b85433ba228da38ae676d9c68aa4eb2
parent c7b6aacb5c96a02d0459ccb9d1daa86dad32e5cb
Author: sin <sin@2f30.org>
Date:   Mon,  2 Jun 2014 17:33:17 +0100

Be consistent with login(1) usage

Diffstat:
Mlogin.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/login.1 b/login.1 @@ -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