]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
nologin: minor man page improvements
authorOndrej Oprala <ooprala@redhat.com>
Tue, 8 Apr 2014 07:48:45 +0000 (09:48 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Apr 2014 11:45:59 +0000 (13:45 +0200)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
login-utils/nologin.8

index f91029de3fc3913481a0dfca38889a1aa9410a70..269daf577db7aab25b80cae5b695d747cddc2073 100644 (file)
@@ -9,7 +9,7 @@ nologin \- politely refuse a login
 .SH DESCRIPTION
 .B nologin
 displays a message that an account is not available and exits non-zero.  It is
-intended as a replacement shell field to deny login access to account.
+intended as a replacement shell field to deny login access to an account.
 .PP
 If the file /etc/nologin.txt exists, nologin displays its contents to the 
 user instead of the default message.
@@ -25,15 +25,15 @@ Display help text and exit.
 Display version information and exit.
 .SH NOTES
 .B nologin
-is per-account way to disable login (usually used for system accounts like http or ftp).
+is per-account way to disable login (usually used for system accounts like http or ftp).
 .BR nologin (8)
-uses /etc/nologin.txt as optional source for non-default message, the login
-access is always refused independently on the file.
+uses /etc/nologin.txt as an optional source for a non-default message, the login
+access is always refused independently of the file.
 .PP
 .BR pam_nologin (8)
 PAM module usually prevents all non-root users from logging into the system.
 .BR pam_nologin (8)
-functionality is controlled by /var/run/nologin or /etc/nologin file.
+functionality is controlled by /var/run/nologin or the /etc/nologin file.
 .SH AUTHORS
 .UR kzak@redhat.com
 Karel Zak