X-Recipient: archive-cygwin AT delorie DOT 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 AT rivierenland DOT xs4all DOT nl To: cygwin AT cygwin DOT com Subject: Re: ps -ef difference linux/cygwin (arguments) Message-ID: <20090501192759.GA30396@OpenWrt> References: <20090429081129 DOT GA44103 AT xs4all DOT nl> <20090429144728 DOT GB12904 AT ednor DOT casa DOT cgf DOT cx> <20090429150130 DOT GC12904 AT ednor DOT casa DOT cgf DOT cx> <20090501145221 DOT GA6507 AT amd64 DOT of DOT nowhere> <20090501181122 DOT GD11295 AT ednor DOT casa DOT cgf DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: Christopher Faylor 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/