diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:37:50 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:38:36 (EST) |
commit | d3ac92338534e6cfb24f0ac70dda1e8cd03b4d02 (patch) | |
tree | 84be229455c8b29e3621cd642937815e0d91cb15 | |
parent | 7e10776abfa4aa4a4f8d96ae89232f05da60c3ff (diff) |
ob_parse_dep(): Add a @purity command to documentation
-rw-r--r-- | lib/deps.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index c33585f..e1be174 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -41,6 +41,9 @@ ## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where all components ## are optional except \fIpkg\fP. ## @return Returns 0. +## @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. ob_parse_dep() { local opt= |