pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgfind/files Fix typo: -c, not -C. From Ryo ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf02c13ae313
branches:  trunk
changeset: 487041:cf02c13ae313
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 07 16:57:21 2005 +0000

description:
Fix typo: -c, not -C. From Ryo HAYASAKA in PR 28893.

diffstat:

 pkgtools/pkgfind/files/pkgfind.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 293405fa5fb7 -r cf02c13ae313 pkgtools/pkgfind/files/pkgfind.1
--- a/pkgtools/pkgfind/files/pkgfind.1  Fri Jan 07 16:17:42 2005 +0000
+++ b/pkgtools/pkgfind/files/pkgfind.1  Fri Jan 07 16:57:21 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkgfind.1,v 1.4 2004/10/23 10:48:08 peter Exp $
+.\" $NetBSD: pkgfind.1,v 1.5 2005/01/07 16:57:21 wiz Exp $
 .\"
 .\" Copyright (c) 2004 Peter Postma <peter%pointless.nl@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd October 20, 2004
+.Dd January 7, 2005
 .Dt PKGFIND 1
 .Sh NAME
 .Nm pkgfind
@@ -55,7 +55,7 @@
 Search in the
 .Dq COMMENT
 field, instead of looking at package names.
-.It Fl C
+.It Fl c
 Do case sensitive searches.
 .It Fl q
 Don't show the comment in the output, only the package name.



Home | Main Index | Thread Index | Old Index