diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-20 23:56:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-20 23:56:18 +0000 |
commit | 8867518265a9147c1db36bcc3f34f8f660bbd9d0 (patch) | |
tree | d377a2fb925e07a1cac9a0f9da0c4b5105f3bfef /pkgtools/pkgfind | |
parent | 9c69164003169fb11323aa6e46931226bf3543ee (diff) | |
download | pkgsrc-8867518265a9147c1db36bcc3f34f8f660bbd9d0.tar.gz |
Use standard headers; add RCS Id; sort options; fix two typos.
Diffstat (limited to 'pkgtools/pkgfind')
-rw-r--r-- | pkgtools/pkgfind/files/pkgfind.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/pkgfind/files/pkgfind.1 b/pkgtools/pkgfind/files/pkgfind.1 index 1e5846a7428..06b07312c0e 100644 --- a/pkgtools/pkgfind/files/pkgfind.1 +++ b/pkgtools/pkgfind/files/pkgfind.1 @@ -1,3 +1,4 @@ +.\" $NetBSD: pkgfind.1,v 1.3 2004/10/20 23:56:18 wiz Exp $ .\" .\" Copyright (c) 2004 Peter Postma <peter@pointless.nl> .\" All rights reserved. @@ -30,7 +31,7 @@ .Nd find packages in pkgsrc .Sh SYNOPSIS .Nm -.Op Fl cqxC +.Op Fl Ccqx .Ar keyword .Op Ar ... .Sh DESCRIPTION @@ -53,14 +54,14 @@ The following options are supported: .It Fl C Search in COMMENTs. .It Fl c -Make case sensitive searchs +Make case sensitive searches. .It Fl q -Be quite in output. +Be quiet in output. Only shows pkgnames. .It Fl x Exact word search. .El .Sh SEE ALSO http://www.pkgsrc.org/ -.Sh AUTHOR +.Sh AUTHORS .An Peter Postma Aq peter@pointless.nl |