diff options
author | ssouhlal <ssouhlal@FreeBSD.org> | 2005-08-07 11:48:44 +0000 |
---|---|---|
committer | ssouhlal <ssouhlal@FreeBSD.org> | 2005-08-07 11:48:44 +0000 |
commit | d422a4c637c217729a48eb72dd41fd7ff8dae7c6 (patch) | |
tree | 659df61b263a671ee38289accdb5869264a21b8a /usr.bin/rwho | |
parent | eb83dd84a9de5d6da5e92e9bf0fccb11f15dea66 (diff) | |
download | FreeBSD-src-d422a4c637c217729a48eb72dd41fd7ff8dae7c6.zip FreeBSD-src-d422a4c637c217729a48eb72dd41fd7ff8dae7c6.tar.gz |
It's actually 11 minutes when the machine is assumed to be down and removed
from the output.
Obtained from: DragonFlyBSD
Diffstat (limited to 'usr.bin/rwho')
-rw-r--r-- | usr.bin/rwho/rwho.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rwho/rwho.1 b/usr.bin/rwho/rwho.1 index 8a70fb5..684e508 100644 --- a/usr.bin/rwho/rwho.1 +++ b/usr.bin/rwho/rwho.1 @@ -48,7 +48,7 @@ command produces output similar to .Xr who 1 , but for all machines on the local network. If no report has been -received from a machine for 5 minutes then +received from a machine for 11 minutes then .Nm assumes the machine is down, and does not report users last known to be logged into that machine. |