summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_delete.1
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-11-14 23:03:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-11-14 23:03:56 +0000
commit2bfc5f29c0fd197df5d64d7c1e9b38a57c45b967 (patch)
treef1bef213cf0f7104063db36e705c5a79bd377289 /usr.sbin/pkg_add/pkg_delete.1
parent5ba8277c8e49828b1f7f2f34769443a2f3382a6f (diff)
synch doc with reality
Diffstat (limited to 'usr.sbin/pkg_add/pkg_delete.1')
-rw-r--r--usr.sbin/pkg_add/pkg_delete.118
1 files changed, 2 insertions, 16 deletions
diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1
index 3d40a3d18ef..0d328392a8f 100644
--- a/usr.sbin/pkg_add/pkg_delete.1
+++ b/usr.sbin/pkg_add/pkg_delete.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_delete.1,v 1.2 2003/10/26 10:33:24 espie Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.3 2003/11/14 23:03:55 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -25,8 +25,7 @@
.Nd a utility for deleting previously installed software package distributions
.Sh SYNOPSIS
.Nm pkg_delete
-.Op Fl cvDdnfq
-.Op Fl p Ar prefix
+.Op Fl cvDnfq
.Ar pkg-name Op Ar ...
.Sh DESCRIPTION
The
@@ -123,19 +122,6 @@ Passing the keyword
lets you potentially write only one program/script that handles all
aspects of installation and deletion.
.Pp
-All scripts are called with the environment variable
-.Ev PKG_PREFIX
-set to the installation prefix (see the
-.Fl p
-option above).
-This allows a package author to write a script
-that reliably performs some action on the directory where the package
-is installed, even if the user might have changed it by specifying the
-.Fl p
-option when running
-.Nm
-or
-.Cm pkg_add .
.Sh SEE ALSO
.Xr pkg_add 1 ,
.Xr pkg_create 1 ,