summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-28 23:59:14 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-29 00:00:15 (EST)
commit8ef2224a35530f1edf064bbc49b3a45824f2fe25 (patch)
treee909f9bf98e2c621af289510d5e6072a94c6e800
parent3ccb3404bca5b8a360a6e6a7e8205c5985864405 (diff)
ob_set_substvar(): Document that 125 is returned if name is empty
-rw-r--r--lib/control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh
index 5c86527..15faf45 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -203,7 +203,7 @@ ${line# }"
## hyphens and must be at least one character long.
## @operand value req The value of the substitution variable.
## @return Returns 0 on success, or 125 if called with an incorrect number of
-## arguments or if \fIname\fP contains invalid characters.
+## arguments or if \fIname\fP is empty or contains invalid characters.
## @pure no This function sets an internal global variable.
ob_set_substvar()
{