diff options
author | alex <alex@FreeBSD.org> | 1996-10-27 23:12:48 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1996-10-27 23:12:48 +0000 |
commit | 63862d7113ea254b01cdef46ea0e45a82469a8d7 (patch) | |
tree | acf99d16b08aaaba0523c1158f99660abb914f44 /usr.sbin/pstat | |
parent | ffa9f8feccafae487e7029e4d5a8a39a1da2a370 (diff) | |
download | FreeBSD-src-63862d7113ea254b01cdef46ea0e45a82469a8d7.zip FreeBSD-src-63862d7113ea254b01cdef46ea0e45a82469a8d7.tar.gz |
Fix a typo, putput --> output.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index a928754..9120b31 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)pstat.8 8.4 (Berkeley) 4/19/94 -.\" $Id: pstat.8,v 1.8 1996/07/03 02:11:39 mpp Exp $ +.\" $Id: pstat.8,v 1.9 1996/08/23 20:35:46 mpp Exp $ .\" .Dd October 7, 1995 .Dt PSTAT 8 @@ -139,7 +139,7 @@ Number of characters in raw input queue. .It CAN Number of characters in canonicalized input queue. .It OUT -Number of characters in putput queue. +Number of characters in output queue. .It MODE See .Xr tty 4 . |