From owner-cvs-all Thu Apr 12 2:51:17 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id D5AB337B443; Thu, 12 Apr 2001 02:51:07 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA06528; Thu, 12 Apr 2001 19:50:57 +1000 Date: Thu, 12 Apr 2001 19:50:06 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Dima Dorfman Cc: John Baldwin , Kirk McKusick , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Brian Somers Subject: Re: cvs commit: src/bin/ps ps.c In-Reply-To: <20010411222421.39B3C3E09@bazooka.unixfreak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 11 Apr 2001, Dima Dorfman wrote: > Bruce Evans writes: > > I agree that this would be better. In fact, Kirk added both ki_sid and > > ki_tsid. He apparently just forgot to actually use them :-). > > Then we're all in agreement. Now all we need is a patch. See attached. :-) > ... > Index: ps.1 > =================================================================== > RCS file: /st/src/FreeBSD/src/bin/ps/ps.1,v > retrieving revision 1.32 > diff -u -r1.32 ps.1 > --- ps.1 2001/04/07 11:22:26 1.32 > +++ ps.1 2001/04/11 22:22:47 > @@ -430,6 +430,8 @@ > .Tn ID > .It ruser > user name (from ruid) > +.It sid > +session ID Should probably be marked up with ".Tn ID" like all the other IDs. I'm not sure about the the name change "sess" -> "sid". > .It sig > pending signals (alias pending) > .It sigcatch > @@ -457,6 +459,8 @@ > .Tn ID > .\".It trss > .\"text resident set size (in Kbytes) > +.It tsid > +control terminal session ID As above. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message