diff options
author | rsc <devnull@localhost> | 2004-04-24 04:52:49 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-24 04:52:49 +0000 |
commit | 78802e6993a0f44d7ac7ff7d0922d55d1b089dac (patch) | |
tree | 2131829fda5ff9ee9f8ef8c88695c361cc4ba335 /man/man1 | |
parent | 272fd660b41d7ec793bc9d8972878510f3b66055 (diff) | |
download | plan9port-78802e6993a0f44d7ac7ff7d0922d55d1b089dac.tar.gz plan9port-78802e6993a0f44d7ac7ff7d0922d55d1b089dac.tar.bz2 plan9port-78802e6993a0f44d7ac7ff7d0922d55d1b089dac.zip |
various bug fixes
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/stats.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/stats.1 b/man/man1/stats.1 index 9124f939..ec4c6b27 100644 --- a/man/man1/stats.1 +++ b/man/man1/stats.1 @@ -176,12 +176,14 @@ and a remote BSD machine stats -lmisce `hostname` tux:/usr/local/plan9/bin/auxstats daemon .SH SOURCE .B /usr/local/plan9/src/cmd/draw/stats.c +.PP +.B /usr/local/plan9/src/cmd/auxstats .SH BUGS The .I auxstats binary needs read access to .B /dev/kmem -in order to collect network statistics on BSD systems. +in order to collect network statistics on non-Linux systems. Typically this can be arranged by setting the .I auxstat binary's |