diff options
author | ru <ru@FreeBSD.org> | 2000-12-12 13:37:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-12 13:37:34 +0000 |
commit | 4f93cb1f4a50514e47095c4800e8b88aa17d202e (patch) | |
tree | 383e1be050dbe72d342577587802363e13f66936 /usr.bin/finger | |
parent | 3246f521daddcdd0cd1d7e634b58ab9043c0d7f9 (diff) | |
download | FreeBSD-src-4f93cb1f4a50514e47095c4800e8b88aa17d202e.zip FreeBSD-src-4f93cb1f4a50514e47095c4800e8b88aa17d202e.tar.gz |
Document what Idle=* means in a short format display.
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/finger.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index e408e1e..d88bf46 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -66,6 +66,9 @@ is given, the remote host is printed instead. .Pp Idle time is in minutes if it is a single integer, hours and minutes if a ``:'' is present, or days if a ``d'' is present. +If it is an +.Dq * , +the login time indicates the time of last login. Login time is displayed as the dayname if less than 6 days, else month, day; hours and minutes, unless more than six months ago, in which case the year is displayed rather than the hours and minutes. |