diff options
Diffstat (limited to 'pkgtools/pkgfind/files/pkgfind.1')
-rw-r--r-- | pkgtools/pkgfind/files/pkgfind.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/pkgtools/pkgfind/files/pkgfind.1 b/pkgtools/pkgfind/files/pkgfind.1 index fb6dce82a77..1e5846a7428 100644 --- a/pkgtools/pkgfind/files/pkgfind.1 +++ b/pkgtools/pkgfind/files/pkgfind.1 @@ -23,19 +23,20 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 17, 2004 +.Dd October 20, 2004 .Dt PKGFIND 1 .Sh NAME .Nm pkgfind .Nd find packages in pkgsrc .Sh SYNOPSIS .Nm +.Op Fl cqxC .Ar keyword .Op Ar ... .Sh DESCRIPTION .Nm can find packages in pkgsrc. -It tries to find packages which matches the +It tries to find packages which match the .Ar keyword in the package name. .Pp @@ -46,6 +47,19 @@ by default. You may specify a different path by setting the environment variable .Pa PKGSRCDIR . +.Pp +The following options are supported: +.Bl -tag -width XX +.It Fl C +Search in COMMENTs. +.It Fl c +Make case sensitive searchs +.It Fl q +Be quite in output. +Only shows pkgnames. +.It Fl x +Exact word search. +.El .Sh SEE ALSO http://www.pkgsrc.org/ .Sh AUTHOR |