diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 03:17:16 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 03:17:16 (EST) |
commit | 75ffabcc1ee3951754eafd08731ae3a2cbb3b99f (patch) | |
tree | ca34c951b06387c25641b5dd564530c3c3126a42 | |
parent | 43e3bf44dc869d625e9bbccb2355b3ea2094f815 (diff) |
ob_parse_dep(): Use and reword @pure doc command
-rw-r--r-- | lib/deps.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index 39f6506..9e32f45 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -44,9 +44,8 @@ ## @return Returns 0. ## @stdout Prints the dependency, with normalized formatting, if the dependency ## applies to the given host architecture and platform if any. -## @purity This function is \fBnot subshell-safe\fP when used with any of the -## options \fI-p\fP, \fI-q\fP, \fI-r\fP, \fI-v\fP, \fI-A\fP, or -## \fI-l\fP. +## @pure maybe This function has side effects when used with any of the options +## \fI-p\fP, \fI-q\fP, \fI-r\fP, \fI-v\fP, \fI-A\fP, or \fI-l\fP. ob_parse_dep() { local opt= |