diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
commit | cd366aedac3a1a3126d77df58d0a0861c63e8147 (patch) | |
tree | 4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/nologin/nologin.8 | |
parent | b77e710b77930242c29b776114492ab08aa2f1c9 (diff) |
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/nologin/nologin.8')
-rw-r--r-- | sbin/nologin/nologin.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/nologin/nologin.8 b/sbin/nologin/nologin.8 index 9649d4b72a6..75ba56a54f8 100644 --- a/sbin/nologin/nologin.8 +++ b/sbin/nologin/nologin.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nologin.8,v 1.5 1998/09/17 04:14:59 aaron Exp $ +.\" $OpenBSD: nologin.8,v 1.6 1998/11/28 19:56:30 aaron Exp $ .\" $NetBSD: nologin.8,v 1.3 1995/03/18 14:59:09 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -41,9 +41,9 @@ .Nm nologin .Nd politely refuse a login .Sh SYNOPSIS -.Nm nologin +.Nm .Sh DESCRIPTION -.Nm nologin +.Nm displays a message that an account is not available and exits non-zero. It is intended as a replacement shell field for accounts that @@ -52,12 +52,12 @@ have been disabled. If the file .Pa /etc/nologin.txt exists, -.Nm nologin +.Nm displays its contents to the user instead of the default message. .Sh SEE ALSO .Xr login 1 .Sh HISTORY The -.Nm nologin +.Nm command appeared in .Bx 4.4 . |