diff options
Diffstat (limited to 'usr.sbin/pkg_add/pkg_info.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index e6db8f39c98..e65b296175f 100644 --- a/usr.sbin/pkg_add/pkg_info.1 +++ b/usr.sbin/pkg_add/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.33 2009/10/11 18:41:42 espie Exp $ +.\" $OpenBSD: pkg_info.1,v 1.34 2009/10/11 20:09:48 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -24,7 +24,7 @@ .Sh SYNOPSIS .Nm pkg_info .Bk -words -.Op Fl AacCDdfIiKkLmMPqRrSstUv +.Op Fl AacCDdfIiKkLMmPqRrSstUv .Op Fl E Ar filename .Op Fl e Ar pkg-name .Op Fl l Ar str @@ -138,11 +138,12 @@ lot of different information fields at once for a package, but don't necessarily want the output intermingled in such a way that they can't organize it. This lets you add a special token to the start of each field. -.It Fl m -Only show packages tagged as manual installations. It should omit anything -installed automatically as a dependency. .It Fl M Show the install-message file (if any) for each package. +.It Fl m +Only show packages tagged as manual installations. +It should omit anything +installed automatically as a dependency. .It Fl P Show the pkgpath for each package. You can easily build a subdirlist with this. |