summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-10-11 20:09:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-10-11 20:09:49 +0000
commit3ea3155e10acc2a8fc10302fbb8ce7a8b8b412ed (patch)
tree5699c3a4c5329177825ff526fcff7931327b4521 /usr.sbin
parentd4eb19e3b9ef5fbfe2fc298b60acdb8043a76524 (diff)
-M before -m
new sentence, new line
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/pkg_info4
-rw-r--r--usr.sbin/pkg_add/pkg_info.111
2 files changed, 8 insertions, 7 deletions
diff --git a/usr.sbin/pkg_add/pkg_info b/usr.sbin/pkg_add/pkg_info
index 05fbfcdf777..ac4ffe53b4d 100644
--- a/usr.sbin/pkg_add/pkg_info
+++ b/usr.sbin/pkg_add/pkg_info
@@ -1,6 +1,6 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg_info,v 1.76 2009/10/11 18:41:21 espie Exp $
+# $OpenBSD: pkg_info,v 1.77 2009/10/11 20:09:48 jmc Exp $
#
# Copyright (c) 2003-2009 Marc Espie <espie@openbsd.org>
#
@@ -387,7 +387,7 @@ sub print_info
}
}
-set_usage('pkg_info [-AacCDdfIiKkLmMPqRrSstUv] [-F opt] [-E filename] [-e pkg-name] [-l str] [-Q query] [pkg-name] [...]');
+set_usage('pkg_info [-AacCDdfIiKkLMmPqRrSstUv] [-F opt] [-E filename] [-e pkg-name] [-l str] [-Q query] [pkg-name] [...]');
my %defines;
my $locked;
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.