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"!).
This commit is contained in:
Satoshi Asami 1994-05-20 19:33:08 +00:00
parent f4f09149e5
commit 45597cd27f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1527

View file

@ -136,8 +136,11 @@ If the package contains a
.B require .B require
file (see file (see
.B pkg_create .B pkg_create
), then this is executed first with the flag ), then this is executed first with the flags
.b INSTALL .PP
.B <script>
.I pkg_name INSTALL
.PP
to see whether or not installation should to see whether or not installation should
continue (a non-zero exit status means no). continue (a non-zero exit status means no).
.PP .PP