Subject: pkg/28893: a typo of pkgfind man page
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Ryo HAYASAKA <ryoh@jaist.ac.jp>
List: pkgsrc-bugs
Date: 01/07/2005 16:48:00
>Number: 28893
>Category: pkg
>Synopsis: a typo of pkgfind man page
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Jan 07 16:48:00 +0000 2005
>Originator: Ryo HAYASAKA
>Release: NetBSD 2.99.12, pkgsrc (2005.1.7)
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 2.99.12 NetBSD 2.99.12 (BONNIE) #531: Thu Jan 6 19:10:33 JST 2005 ryoh@bonnie.jaist.ac.jp:/sys/arch/i386/compile/BONNIE i386
Architecture: i386
Machine: i386
>Description:
The Case sensitive searches option of pkgfind is -c, not -C.
>How-To-Repeat:
man pkgfind
>Fix:
$NetBSD$
--- pkgfind.1.orig 2005-01-08 01:28:32.000000000 +0900
+++ pkgfind.1
@@ -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 8, 2005
.Dt PKGFIND 1
.Sh NAME
.Nm pkgfind
@@ -55,7 +55,7 @@ The following options may be used:
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.