diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-01 20:53:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-01 20:53:47 +0000 |
commit | 6b86c682427fcaea7e31266604b27f0cfc9a8452 (patch) | |
tree | a343d886d5190313f5e47e91e44a2618b6505a46 /usr.sbin | |
parent | d6702f0f32f81737f3e35eac1d4c1417f31cf5e1 (diff) |
- standard list
- zap extraneous list item
- sort options list
- kill trailing whitespace
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_mklocatedb.1 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/pkg_add/pkg_mklocatedb.1 b/usr.sbin/pkg_add/pkg_mklocatedb.1 index 9a0c94b62a0..2c4148d68e9 100644 --- a/usr.sbin/pkg_add/pkg_mklocatedb.1 +++ b/usr.sbin/pkg_add/pkg_mklocatedb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_mklocatedb.1,v 1.5 2007/01/01 18:20:59 espie Exp $ +.\" $OpenBSD: pkg_mklocatedb.1,v 1.6 2007/01/01 20:53:46 jmc Exp $ .\" Copyright (c) 2005 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -40,8 +40,8 @@ Entries created for each package will have the package name prepended: .Pp If the .Fl p -option is used, -.Nm +option is used, +.Nm will retrieve all package entries from the ports tree. Otherwise, .Nm @@ -64,18 +64,17 @@ can also list files in the base sets of an distribution, which are not exactly packages in the usual sense. .Pp The options are as follows: -.Bl -tag -width opt -.It Fl +.Bl -tag -width Ds .It Fl a Prepend file names with pkgpath information and package names. .It Fl n Do not pipe output to .Pa /usr/libexec/locate.mklocatedb (default if standard output is a terminal). -.It Fl p Ar portsdir -Retrieve packing lists from the ports tree instead of binary packages. .It Fl P Prepend file names with pkgpath information instead of package name. +.It Fl p Ar portsdir +Retrieve packing lists from the ports tree instead of binary packages. .It Fl q Be quiet: do not report every package processed to standard error. .It Fl r Ar release |