diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-10-11 10:07:38 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-10-11 10:07:38 +0000 |
commit | 8845f518cf38ecca3bf578f905975e4e448996b0 (patch) | |
tree | 9b87cafd09fc913c94320242ebb252f6b683527d /usr.sbin/pkg_add/pkg_info.1 | |
parent | 1468dee472bc65d9392308294bda67c57ca0df4c (diff) |
kill old MTREE option that was never implemented in the new tools anyways.
kill -C and -P options which are definitely no longer used as well.
Reorder special files so that REQUIRE is at front (and it's executed first
anyways).
Diffstat (limited to 'usr.sbin/pkg_add/pkg_info.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index b9023d626eb..1c1d7b97288 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.2 2003/11/14 23:18:51 espie Exp $ +.\" $OpenBSD: pkg_info.1,v 1.3 2004/10/11 10:07:37 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -118,8 +118,6 @@ lot of different information fields at once for a package, but don't necessary 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 -Show the mtree file (if any) for each package. .It Fl p Show the installation prefix for each package. .It Fl q @@ -170,8 +168,7 @@ in .Xr pkg_add 1 , .Xr pkg_create 1 , .Xr pkg_delete 1 , -.Xr mkstemp 3 , -.Xr mtree 8 +.Xr mkstemp 3 .Sh AUTHORS .Bl -tag -width indent -compact .It "Jordan Hubbard" |