diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/deps.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index 8ba919d..39f6506 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -38,8 +38,9 @@ ## the given platform. ## @operand dep req The dependency to parse. ## @details \fBob_parse_dep\fP() parses package dependencies in the format -## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where all components -## are optional except \fIpkg\fP. +## \fIpkg:archqual (rel ver) [arches] <plats>\fP, where the components +## \fI:archqual\fP, \fI(rel ver)\fP, \fI[arches]\fP, and \fI<plats>\fP +## are optional. ## @return Returns 0. ## @stdout Prints the dependency, with normalized formatting, if the dependency ## applies to the given host architecture and platform if any. |