Say which daemon produces the data and correct the default of 3 minutes
(Liam Foy)
This commit is contained in:
parent
ef6897a3a6
commit
573f57f885
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ruptime.1,v 1.8 2003/08/07 11:15:45 agc Exp $
|
||||
.\" $NetBSD: ruptime.1,v 1.9 2005/08/09 23:28:59 christos Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -28,9 +28,9 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ruptime.1 8.2 (Berkeley) 4/5/94
|
||||
.\" $NetBSD: ruptime.1,v 1.8 2003/08/07 11:15:45 agc Exp $
|
||||
.\" $NetBSD: ruptime.1,v 1.9 2005/08/09 23:28:59 christos Exp $
|
||||
.\"
|
||||
.Dd April 5, 1994
|
||||
.Dd August 9, 2005
|
||||
.Dt RUPTIME 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -44,7 +44,10 @@
|
|||
gives a status line like
|
||||
.Ar uptime
|
||||
for each machine on the local network; these are formed from packets
|
||||
broadcast by each host on the network once a minute.
|
||||
broadcasted by each host on the network via the
|
||||
.Xr rwhod 8
|
||||
daemon.
|
||||
The default broadcast time by the hosts is every three minutes.
|
||||
.Pp
|
||||
Machines for which no status report has been received for 11
|
||||
minutes are shown as being down.
|
||||
|
|
Loading…
Reference in New Issue