public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Nellis, Kenneth" <Kenneth.Nellis@acs-inc.com>
To: <cygwin@cygwin.com>
Subject: man cygcheck patch
Date: Thu, 26 Apr 2012 13:35:00 -0000	[thread overview]
Message-ID: <2BF01EB27B56CC478AD6E5A0A28931F2044EA8DD@A1DAL1SWPES19MB.ams.acs-inc.net> (raw)

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

                 reply	other threads:[~2012-04-26 13:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2BF01EB27B56CC478AD6E5A0A28931F2044EA8DD@A1DAL1SWPES19MB.ams.acs-inc.net \
    --to=kenneth.nellis@acs-inc.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).