diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | f247324df75b7f55b48b92acb3b42a5ae2deac8a (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.sbin/rwhod/rwhod.8 | |
parent | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff) | |
download | src-f247324df75b7f55b48b92acb3b42a5ae2deac8a.tar.gz src-f247324df75b7f55b48b92acb3b42a5ae2deac8a.zip |
Remove whitespace at EOL.
Notes
Notes:
svn path=/head/; revision=79755
Diffstat (limited to 'usr.sbin/rwhod/rwhod.8')
-rw-r--r-- | usr.sbin/rwhod/rwhod.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index 049ca1aa39a7..3102e7fb755c 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -149,7 +149,7 @@ those old won't hear the reports generated by this program. .Pp The server transmits and receives messages at the port indicated -in the ``who'' service specification; see +in the ``who'' service specification; see .Xr services 5 . The messages sent and received, are of the form: .Bd -literal -offset indent @@ -178,15 +178,15 @@ struct whod { All fields are converted to network byte order prior to transmission. The load averages are as calculated by the .Xr w 1 -program, and represent load averages over the 5, 10, and 15 minute +program, and represent load averages over the 5, 10, and 15 minute intervals prior to a server's transmission; they are multiplied by 100 for representation in an integer. The host name included is that returned by the .Xr gethostname 3 system call, with any trailing domain name omitted. The array at the end of the message contains information about -the users logged in to the sending machine. This information -includes the contents of the +the users logged in to the sending machine. This information +includes the contents of the .Xr utmp 5 entry for each non-idle terminal line and a value indicating the time in seconds since a character was last received on the terminal line. |