summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_env.subr
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-21 09:33:01 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-21 09:33:01 +0100
commitdbea968f56bada8cc90a55ab5291e3c7ed7863e3 (patch)
tree44219dc4d671676f07308d5b927f450be64acff1 /subr.ex/ex_pkg_env.subr
parentef5ed9fc79bc41bf4d90e23d01ddee31c10fdb73 (diff)
downloadmidipix_build-dbea968f56bada8cc90a55ab5291e3c7ed7863e3.tar.bz2
midipix_build-dbea968f56bada8cc90a55ab5291e3c7ed7863e3.tar.xz
Document subr.rtl/*.subr functions, pt. III.
Diffstat (limited to 'subr.ex/ex_pkg_env.subr')
-rw-r--r--subr.ex/ex_pkg_env.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.ex/ex_pkg_env.subr b/subr.ex/ex_pkg_env.subr
index a177f6d2..e2cfb1db 100644
--- a/subr.ex/ex_pkg_env.subr
+++ b/subr.ex/ex_pkg_env.subr
@@ -150,7 +150,7 @@ ex_pkg_env() {
# ex_pkg_state_set() - update build step status for single named package
# @_pkg_name: single package name
# @_build_step: build step set status of
-# [@${@}]: optional list of build steps to invalidate status of
+# @...: optional list of build steps to invalidate status of
#
# Returns: zero (0) on success, non-zero (>0) on failure
#