aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lastlogin/lastlogin.8
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-11 10:18:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-11 10:18:32 +0000
commitd2d06762f9a9ae3b7cb6fbc12385a5ba76c23204 (patch)
tree4251a286baa11581d019f1fa92713c7cea12e8ab /usr.sbin/lastlogin/lastlogin.8
parent1cb88f427433e7fda9f546ed159cecfc22815b4e (diff)
downloadsrc-d2d06762f9a9ae3b7cb6fbc12385a5ba76c23204.tar.gz
src-d2d06762f9a9ae3b7cb6fbc12385a5ba76c23204.zip
Notes
Diffstat (limited to 'usr.sbin/lastlogin/lastlogin.8')
-rw-r--r--usr.sbin/lastlogin/lastlogin.812
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/lastlogin/lastlogin.8 b/usr.sbin/lastlogin/lastlogin.8
index 3a9929d2cade..f2792b81b1e5 100644
--- a/usr.sbin/lastlogin/lastlogin.8
+++ b/usr.sbin/lastlogin/lastlogin.8
@@ -39,18 +39,18 @@
.Nd indicate last login time of users
.Sh SYNOPSIS
.Nm
-.Op user ...
+.Op Ar user ...
.Sh DESCRIPTION
.Nm
-will list the last login session of specified
-.Ar users ,
+will list the last login session of each specified
+.Ar user ,
or for all users by default. Each line of output contains
the user name, the tty from which the session was conducted, any
hostname, and the start time for the session.
.Pp
-If multiple
-.Ar users
-are given, the session information for each user is printed in
+If more than one
+.Ar user
+is given, the session information for each user is printed in
the order given on the command line. Otherwise, information
for all users is printed, sorted by uid.
.Pp