summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Oprala <ooprala@redhat.com>2014-04-08 09:48:45 +0200
committerKarel Zak <kzak@redhat.com>2014-04-23 11:55:09 +0200
commit23e27fff3ff79faf57f8cd7246537eeb30f919cf (patch)
tree7d0168fa9f81ecf8d645527524b28aca0e947c03
parent80c9b74b1a32a8a92941364751106957ecb99b2c (diff)
downloadutil-linux-23e27fff3ff79faf57f8cd7246537eeb30f919cf.tar.gz
nologin: minor man page improvements
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
-rw-r--r--login-utils/nologin.810
1 files changed, 5 insertions, 5 deletions
diff --git a/login-utils/nologin.8 b/login-utils/nologin.8
index f91029de3..269daf577 100644
--- a/login-utils/nologin.8
+++ b/login-utils/nologin.8
@@ -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 a 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