diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-04-26 06:10:46 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-04-26 06:10:46 +0000 |
| commit | ea0aee1233d1498867f3c0bf40cd574847450fc1 (patch) | |
| tree | 395af9a47021840498c45de76cc533e8074eb73d | |
| parent | b9d92bf53e41958e7e6466a782a4fe7a88d59f43 (diff) | |
Notes
| -rw-r--r-- | usr.bin/last/last.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 78e69e46e0b6b..d7fd095f9d5c1 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -54,10 +54,12 @@ will list the sessions of specified .Ar ttys , and .Ar hosts , -in reverse time order. Each line of output contains +in reverse time order. +Each line of output contains the user name, the tty from which the session was conducted, any hostname, the start and stop times for the session, and the duration -of the session. If the session is still continuing or was cut short by +of the session. +If the session is still continuing or was cut short by a crash or shutdown, .Nm will so indicate. @@ -114,7 +116,8 @@ will give an indication of mean time between reboot. If .Nm is interrupted, it indicates to what date the search has -progressed. If interrupted with a quit signal +progressed. +If interrupted with a quit signal .Nm indicates how far the search has progressed and then continues. |
