From 73c31fdceb0cb04a33dbce80e9c20a5ff57f6731 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 4 Dec 2007 21:55:01 +0000 Subject: [PATCH] Cleanup the pkg_search(1) manpage a bit. --- usr.bin/pkg_search/pkg_search.1 | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/usr.bin/pkg_search/pkg_search.1 b/usr.bin/pkg_search/pkg_search.1 index 088620496d..20ea800a80 100644 --- a/usr.bin/pkg_search/pkg_search.1 +++ b/usr.bin/pkg_search/pkg_search.1 @@ -1,17 +1,17 @@ .\"- .\" Copyright (c) 2006 Matthias Schmidt -.\" +.\" .\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without +.\" +.\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions are met: -.\" -.\" - Redistributions of source code must retain the above copyright notice, +.\" +.\" - Redistributions of source code must retain the above copyright notice, .\" this list of conditions and the following disclaimer. -.\" - Redistributions in binary form must reproduce the above copyright notice, -.\" this list of conditions and the following disclaimer in the documentation +.\" - Redistributions in binary form must reproduce the above copyright notice, +.\" this list of conditions and the following disclaimer in the documentation .\" and/or other materials provided with the distribution. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS .\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR @@ -23,33 +23,32 @@ .\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" $DragonFly: src/usr.bin/pkg_search/pkg_search.1,v 1.1 2007/12/04 18:24:18 dillon Exp $ -.\" -.Dd March 12, 2006 +.\" +.\" $DragonFly: src/usr.bin/pkg_search/pkg_search.1,v 1.2 2007/12/04 21:55:01 swildner Exp $ +.\" +.Dd December 4, 2007 .Dt PKG_SEARCH 1 .Os .Sh NAME .Nm pkg_search -.Nd "pkg_search command manual page" +.Nd print information about a package .Sh SYNOPSIS .Nm .Op Fl ik -.Ar name +.Ar package .Sh DESCRIPTION .Nm -querys the appropriate database file on FreeBSD, DragonFlyBSD and NetBSD for a -given package name. +queries the +.Xr pkgsrc 7 +index for a given +.Ar package . .Pp The options are as follows: -.Bl -tag -width ".Fl d Ar argument" +.Bl -tag -width indent .It Fl i Print verbose information (Ports directory, URL, depencies) .It Fl k Also query the Info and WWW field. -.It Ar name -Required package -.Ar name . .El .Sh EXAMPLES The following is an example of a typical usage @@ -62,7 +61,8 @@ command: .Xr pkg_add 1 , .Xr pkg_create 1 , .Xr pkg_delete 1 , -.Xr pkg_info 1 +.Xr pkg_info 1 , +.Xr pkgsrc 7 .Sh AUTHORS .Nm was written by -- 2.11.4.GIT