From 27a42beaa3cbba77ac904139cf8f55a1437bd01a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 14 Mar 2019 00:29:50 -0400 Subject: ob_get_*_parameter(): Fix @operand doc commands --- (limited to 'lib/package.sh') diff --git a/lib/package.sh b/lib/package.sh index 85cbd98..c499378 100644 --- a/lib/package.sh +++ b/lib/package.sh @@ -153,7 +153,7 @@ ob_get_binary_packages() ## @brief Get a source package field value ## @details \fBob_get_source_parameter\fP gets the value of a source package ## field. -## @operand name The name of the field. +## @operand name req The name of the field. ## @return Returns 0 on success or 1 if \fIname\fP is invalid. ## @stdout Prints the source package field value. ## @pure yes This function has no side effects. @@ -179,8 +179,8 @@ ob_get_source_parameter() ## @brief Get a binary package field value ## @details \fBob_get_binary_parameter\fP gets the value of a binary package ## field. -## @operand package The name of the binary package. -## @operand name The name of the field. +## @operand package req The name of the binary package. +## @operand name req The name of the field. ## @return Returns 0 on success or 1 if \fIname\fP is invalid. ## @stdout Prints the binary package field value. ## @pure yes This function has no side effects. -- cgit v0.9.1