X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 	tests=AWL,BAYES_00,J_CHICKENPOX_22
X-Spam-Check-By: sourceware.org
Date: Fri, 1 May 2009 21:27:59 +0200
From: jurriaan@rivierenland.xs4all.nl
To: cygwin@cygwin.com
Subject: Re: ps -ef difference linux/cygwin (arguments)
Message-ID: <20090501192759.GA30396@OpenWrt>
References: <20090429081129.GA44103@xs4all.nl> <20090429144728.GB12904@ednor.casa.cgf.cx> <alpine.DEB.1.00.0904291050430.14823@pilot.trilug.org> <20090429150130.GC12904@ednor.casa.cgf.cx> <alpine.DEB.1.00.0904291105090.14823@pilot.trilug.org> <f60fe000904290831i4f1a7a0cl9abd875e6c7fb270@mail.gmail.com> <20090501145221.GA6507@amd64.of.nowhere> <20090501181122.GD11295@ednor.casa.cgf.cx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20090501181122.GD11295@ednor.casa.cgf.cx>
User-Agent: Mutt/1.5.18 (2008-05-17)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
Date: Fri, May 01, 2009 at 02:11:23PM -0400
> 
> Languishing aside, however, if someone is willing to provide a patch to
> provide a new option and new functionality, it will be given the same
> attention that we always give to patches.
> 

something like this?

If not, where can I find the link to the mailing list archive that
points out where the actual man-page for ps is kept?
I downloaded 86 megabytes of source as per the FAQ, and found only
9 man-pages, and no ps.[0-9] amongst them.

--- ps.cc       2008-09-13 00:43:10.000000000 +0200
+++ ps.cc_new   2009-05-01 21:24:23.000000000 +0200
@@ -220,7 +220,8 @@
  -u, --user      list processes owned by UID\n\
  -v, --version   output version information and exit\n\
  -W, --windows   show windows as well as cygwin processes\n\
-With no options, %s outputs the long format by default\n",
+With no options, %s outputs the long format by default\n\
+To see commandline arguments, use the procps package\n",
           prog_name, prog_name);
   exit (status);
 }

Jurriaan

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

