aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1994-05-20 19:33:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1994-05-20 19:33:08 +0000
commit45597cd27f186ddd5b331e2910b64852d2e1ee24 (patch)
tree4ed6564b3a58d9fc79f8d741a51f2b8a63b0e286
parentf4f09149e5ed9047722087e6d906c63e59cfc69b (diff)
downloadsrc-45597cd27f186ddd5b331e2910b64852d2e1ee24.tar.gz
src-45597cd27f186ddd5b331e2910b64852d2e1ee24.zip
Make clear what arguments the "require" package gets (the original didn't
make any sense, with a ".b" instead of ".B" in front of "INSTALL"!).
Notes
Notes: svn path=/head/; revision=1527
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index 1f652d56041b..ef7723cd8dea 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -136,8 +136,11 @@ If the package contains a
.B require
file (see
.B pkg_create
-), then this is executed first with the flag
-.b INSTALL
+), then this is executed first with the flags
+.PP
+.B <script>
+.I pkg_name INSTALL
+.PP
to see whether or not installation should
continue (a non-zero exit status means no).
.PP