summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-10-23 22:23:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-10-23 22:23:35 +0000
commit2830ec0a0e017bd01a6b0d5abe7c647d94ff5b01 (patch)
treeb4d3243baa2405adaa6cfa18e0e0f9d8498c0267 /usr.sbin/pkg_install
parent026df4db2de60267e26f96ec783400f0fa791ad0 (diff)
Remove duplicate (and wrong) description of @option.
ok aaron@
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.119
1 files changed, 1 insertions, 18 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index a246d63e905..dc7f7d895f2 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_create.1,v 1.15 2000/04/12 21:47:55 aaron Exp $
+.\" $OpenBSD: pkg_create.1,v 1.16 2000/10/23 22:23:34 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
@@ -329,23 +329,6 @@ Format is the same as that used by the
command (well, considering that it's later handed off to it, that's
no surprise).
Use without an arg to set back to default (extraction) permissions.
-.It Cm @option Ar option
-Set internal package options, the only two currently supported ones
-being
-.Ar extract-in-place ,
-which tells the
-.Nm pkg_add
-command not to extract the package's tarball
-into a staging area but rather directly into the target
-hierarchy (this is typically meant to be used only by distributions
-or other special package types), and
-.Ar preserve ,
-which tells
-.Nm pkg_add
-to move any existing files out of the way,
-preserving the previous contents (which are also resurrected on
-.Nm pkg_delete ,
-so caveat emptor).
.It Cm @owner Ar user
Set default ownership for all subsequently extracted files to
.Ar user .