diff options
author | roam <roam@FreeBSD.org> | 2003-08-26 14:49:11 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-08-26 14:49:11 +0000 |
commit | 5b540d989a6255f602337cc806c2fec707cd6651 (patch) | |
tree | ff5577151507cd288eecfca3f8378758a17c81cf /usr.sbin/pkg_install | |
parent | bfe66075cf6940f2c1e9a0297cf821651a24a70d (diff) | |
download | FreeBSD-src-5b540d989a6255f602337cc806c2fec707cd6651.zip FreeBSD-src-5b540d989a6255f602337cc806c2fec707cd6651.tar.gz |
Clarify the order of arguments passed to the pre-/post-install script
in the description of the pkg_create -i command-line option.
PR: 55477
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
MFC after: 5 weeks
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 08aae7b..a71abd8 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -134,7 +134,7 @@ functionality by passing the keywords .Ar PRE-INSTALL and .Ar POST-INSTALL -respectively, along with the package's name. +respectively, after the package's name. .It Fl I Ar piscript Set .Ar piscript |