diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 23:13:00 +0000 |
commit | 07bfccd71e05867cb46c11ea07ec0027794972b3 (patch) | |
tree | 502f17eb951b74c914af346cd4dbff252350c082 /usr.sbin/lastlogin/lastlogin.8 | |
parent | 2ac2784f0c53b69968c131cd068d27cdbacca99f (diff) | |
download | src-07bfccd71e05867cb46c11ea07ec0027794972b3.tar.gz src-07bfccd71e05867cb46c11ea07ec0027794972b3.zip |
Notes
Diffstat (limited to 'usr.sbin/lastlogin/lastlogin.8')
-rw-r--r-- | usr.sbin/lastlogin/lastlogin.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/lastlogin/lastlogin.8 b/usr.sbin/lastlogin/lastlogin.8 index ce401ed69cb5..03a587d0eccc 100644 --- a/usr.sbin/lastlogin/lastlogin.8 +++ b/usr.sbin/lastlogin/lastlogin.8 @@ -45,14 +45,16 @@ The .Nm utility will list the last login session of each specified .Ar user , -or for all users by default. Each line of output contains +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 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 +the order given on the command line. +Otherwise, information for all users is printed, sorted by uid. .Pp The |