From owner-cvs-all@FreeBSD.ORG Wed Jan 21 16:55:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A8FD16A4CE; Wed, 21 Jan 2004 16:55:38 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB4443D1D; Wed, 21 Jan 2004 16:55:36 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.86.148) by smtp01.syd.iprimus.net.au (7.0.024) id 400C4DF4000EFE4C; Thu, 22 Jan 2004 11:56:19 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id B316A415A; Thu, 22 Jan 2004 11:57:27 +1100 (EST) Date: Thu, 22 Jan 2004 11:57:27 +1100 From: Tim Robbins To: Colin Percival Message-ID: <20040122005727.GA54394@cat.robbins.dropbear.id.au> References: <200401211625.i0LGPanw088985@repoman.freebsd.org> <6.0.1.1.1.20040121162700.042d1488@imap.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.1.1.1.20040121162700.042d1488@imap.sfu.ca> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 00:55:38 -0000 On Wed, Jan 21, 2004 at 04:28:03PM +0000, Colin Percival wrote: > At 16:25 21/01/2004, Colin Percival wrote: > > Modified files: > > bin/ps ps.1 > > > > Approved by: rwatson (mentor) > > MFC after: 7 days > > Just for the sake of completeness, I should add: > PR: docs/60890 Also bin/34955. Tim