aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logins/logins.1
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-03-06 23:36:41 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-03-06 23:36:41 +0000
commit7b8fd8e3132e4765cebbcbb8cee5c33fa5684fb4 (patch)
treedce00155b437f49ed4aa010c54a56648d004cf6a /usr.bin/logins/logins.1
parentbd43dc42561906d7a270167ccdfd5ab94c8d152c (diff)
downloadsrc-7b8fd8e3132e4765cebbcbb8cee5c33fa5684fb4.tar.gz
src-7b8fd8e3132e4765cebbcbb8cee5c33fa5684fb4.zip
Fix markup.
Submitted by: ru
Notes
Notes: svn path=/head/; revision=126702
Diffstat (limited to 'usr.bin/logins/logins.1')
-rw-r--r--usr.bin/logins/logins.113
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/logins/logins.1 b/usr.bin/logins/logins.1
index c6680b64652e..fcd12b309b0d 100644
--- a/usr.bin/logins/logins.1
+++ b/usr.bin/logins/logins.1
@@ -44,7 +44,7 @@ The
utility displays information about user and system accounts.
.Pp
The following options are available:
-.Bl -tag -width Fl
+.Bl -tag -width ".Fl g Ar groups"
.It Fl a
Display information about the password change and account expiration
times for each account.
@@ -66,8 +66,8 @@ colon-separated fields.
Select accounts with no password.
.It Fl s
Select system accounts.
-This is currently defined as accounts with UIDs below 1000, plus the
-.Dq nobody
+These are currently defined as accounts with UIDs below 1000, plus the
+.Dq Li nobody
account (UID 65534).
.It Fl t
Sort selected accounts by name rather than by UID.
@@ -75,7 +75,7 @@ Sort selected accounts by name rather than by UID.
Select user accounts.
These are currently defined as accounts with UIDs above 1000, except
the
-.Dq nobody
+.Dq Li nobody
account (UID 65534).
.It Fl x
Display information about each account's home directory and shell.
@@ -84,7 +84,7 @@ Display information about each account's home directory and shell.
If multiple selection options are specified, all accounts matching any
of the selection criteria will be displayed.
.Pp
-If no selection options are specified, all acounts will be displayed.
+If no selection options are specified, all accounts will be displayed.
.Sh SEE ALSO
.Xr getgrent 3 ,
.Xr getpwent 3 ,
@@ -94,10 +94,9 @@ If no selection options are specified, all acounts will be displayed.
.Sh HISTORY
The
.Nm
-command appeared in
+utility appeared in
.Fx 4.10 .
.Sh AUTHORS
-.An -nosplit
The
.Nm
utility was written by