summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-14 00:46:14 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-14 00:46:14 (EDT)
commitfc98ade63b5218b699975aca8511e97e27eb03eb (patch)
treea7795af48d69215759dde1bf1b6686419409ba23 /lib
parent5dd5e49129e6979de396ef3267b111fe18c4ba5c (diff)
ob_error(): Update @pure doc command
Diffstat (limited to 'lib')
-rw-r--r--lib/output.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output.sh b/lib/output.sh
index dfe4149..f4fed80 100644
--- a/lib/output.sh
+++ b/lib/output.sh
@@ -27,7 +27,7 @@
## @return Returns 0.
## @stderr Prints the formatted message, preceded by the program name and
## "Error:".
-## @pure no This function causes the current shell to exit.
+## @pure yes This function has no side effects.
ob_error()
{
local format="${1}"