From fc98ade63b5218b699975aca8511e97e27eb03eb Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 14 Mar 2019 00:46:14 -0400 Subject: ob_error(): Update @pure doc command --- (limited to 'lib') 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}" -- cgit v0.9.1