X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: man cygcheck patch Date: Thu, 26 Apr 2012 08:34:34 -0500 Message-ID: <2BF01EB27B56CC478AD6E5A0A28931F2044EA8DD@A1DAL1SWPES19MB.ams.acs-inc.net> From: "Nellis, Kenneth" To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q3QDZIPQ000461 The cygcheck manpage has some unsightlies: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv $ man cygcheck NAME - List system information, check installed packages, or query package database. ... Note: -c, -f, and -l only report on packages that are currently installed. To search all official Cygwin packages use -p instead. The -p REGEXP matches package names, descriptions, and names of files/paths within all packages. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Better: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv $ man cygcheck NAME cygcheck - List system information, check installed packages, or query package database. ... Note: -c, -f, and -l only report on packages that are currently installed. To search all official Cygwin packages use -p instead. The -p REGEXP matches package names, descriptions, and names of files/paths within all packages. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Patch thoughtfully submitted: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv $ diff -u cygcheck.1.orig cygcheck.1 --- cygcheck.1.orig 2012-04-26 09:11:11.636182100 -0400 +++ cygcheck.1 2012-04-26 09:28:21.382233600 -0400 @@ -1,6 +1,6 @@ .TH CYGCHECK 1 "April 2010" "" "CYGWIN" .SH NAME - - List system information, check installed packages, or query package database. +cygcheck - List system information, check installed packages, or query package database. .SH SYNOPSIS .B cygcheck [\fI-v\fR] [\fI-h\fR] \fIPROGRAM\fR @@ -98,10 +98,8 @@ print the version of cygcheck and exit .PP Note: \fB\-c\fR, \fB\-f\fR, and \fB\-l\fR only report on packages that are currently installed. To -.TP search all official Cygwin packages use \fB\-p\fR instead. The \fB\-p\fR REGEXP matches -.IP package names, descriptions, and names of files/paths within all packages. .SH DESCRIPTION ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple