From owner-freebsd-current Sun Oct 27 15:18:39 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24290 for current-outgoing; Sun, 27 Oct 1996 15:18:39 -0800 (PST) Received: from zen.nash.org (nash.pr.mcs.net [204.95.47.72]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA24253 for ; Sun, 27 Oct 1996 15:18:06 -0800 (PST) Received: from zen.nash.org (localhost [127.0.0.1]) by zen.nash.org (8.7.6/8.6.12) with SMTP id RAA03759; Sun, 27 Oct 1996 17:13:08 -0600 (CST) Message-ID: <3273EC84.41C67EA6@mcs.com> Date: Sun, 27 Oct 1996 17:13:08 -0600 From: Alex Nash X-Mailer: Mozilla 3.01b1 (X11; I; FreeBSD 2.1.5-STABLE i386) MIME-Version: 1.0 To: Philippe Charnier CC: current@FreeBSD.org Subject: Re: typo in pstat.8 References: <199610271623.RAA06191@xp11.frmug.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Philippe Charnier wrote: > > Hi, > > Index: pstat.8 > =================================================================== > RCS file: /home2h/FreeBSD.cvsroot/src/usr.sbin/pstat/pstat.8,v > retrieving revision 1.9 > diff -u -r1.9 pstat.8 > --- pstat.8 1996/08/23 20:35:46 1.9 > +++ pstat.8 1996/10/27 16:04:33 > @@ -139,7 +139,7 @@ > .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 . Fixed, thanks! Alex