diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-26 14:52:02 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-26 14:52:02 +0000 |
commit | 409a5f39884971c67a2ae869c51c8936bdcefc3c (patch) | |
tree | e85eb2d5fdb8117c4b421ad93c3c35b044c2c6a3 | |
parent | 44a3c6403c241e88b1a5e9b920de68eea6e48885 (diff) | |
download | FreeBSD-src-409a5f39884971c67a2ae869c51c8936bdcefc3c.zip FreeBSD-src-409a5f39884971c67a2ae869c51c8936bdcefc3c.tar.gz |
Add section number to .Xr. Put arguments under .Ar.
-rw-r--r-- | usr.bin/rusers/rusers.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 733b55e..e9fb74b 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -46,10 +46,14 @@ The .Nm command produces output similar to -.Xr who , -but for the list of hosts or all machines on the local +.Xr who 1 , +but for the list of +.Ar host Ns s +or all machines on the local network. -For each host responding to the rusers query, +For each +.Ar host +responding to the rusers query, the hostname with the names of the users currently logged on is printed on each line. The rusers command will wait for |