diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 18:18:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 18:18:17 (EDT) |
commit | 2936ee16ab8550aec76de79d91cd9100828ab423 (patch) | |
tree | 19021d7a47e839423bcfc01ef5c7b32813a8efbd | |
parent | 72be15e05414603ce10b425522af652bb46f822d (diff) |
ob_set_package_substvars(): Update @operand doc cmd
-rw-r--r-- | lib/package.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/package.sh b/lib/package.sh index 2741bd3..6501ba2 100644 --- a/lib/package.sh +++ b/lib/package.sh @@ -265,8 +265,7 @@ ob_get_doc_files() ## defined by a source package, as well as any standard substitution ## variables defined by the source package format, for later use by ## \fBob_substvars\fP(3). -## @operand pkg req The binary package for which to set substitution variables -## (currently ignored). +## @operand pkg req The binary package for which to set substitution variables. ## @return Returns 0 on success. ## @stderr Prints error messages on parse errors. ## @pure no This function sets internal global variables. |