Date: Thu, 12 Apr 2001 19:50:06 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Dima Dorfman <dima@unixfreak.org> Cc: John Baldwin <jhb@FreeBSD.org>, Kirk McKusick <mckusick@mckusick.com>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Brian Somers <brian@Awfulhak.org> Subject: Re: cvs commit: src/bin/ps ps.c Message-ID: <Pine.BSF.4.21.0104121945010.7449-100000@besplex.bde.org> In-Reply-To: <20010411222421.39B3C3E09@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Apr 2001, Dima Dorfman wrote: > Bruce Evans <bde@zeta.org.au> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0104121945010.7449-100000>