diff options
author | ed <ed@FreeBSD.org> | 2008-08-20 22:09:33 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-08-20 22:09:33 +0000 |
commit | 7c91915f63cc7b906b5c4ef2190d6db94ae21c46 (patch) | |
tree | 230d37db59f5bb5e57cd1fdbc61158f6dd7a4142 /usr.sbin/pstat | |
parent | 5ed46455d53d1c6e6175e100804d2fb9bf1441c9 (diff) | |
download | FreeBSD-src-7c91915f63cc7b906b5c4ef2190d6db94ae21c46.zip FreeBSD-src-7c91915f63cc7b906b5c4ef2190d6db94ae21c46.tar.gz |
Fix a small typo in the pstat(8) manual page.
The second LOW column of the pstat(8) command refers to the low
watermark of the output queue.
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index c3f7e60..2770cb7 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -166,7 +166,7 @@ Number of characters that can be stored in the output queue. .It USE Number of bytes in the output queue. .It LOW -Low water mark for input. +Low water mark for output. .It COL Calculated column position of terminal. .It SESS |