From 6097f10a39943b588d21a63e0a166fcebc0e4b9c Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Fri, 6 Sep 2019 11:30:36 -0500 Subject: [PATCH] linux-info.eclass: minor @USAGE syntax fixes Use the recommended [optional args] syntax Signed-off-by: Ben Kohler --- eclass/linux-info.eclass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 98ec0ac8dabe..44eebcf52a92 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -159,7 +159,7 @@ qeerror() { qout eerror "${@}" ; } # --------------------------------------- # @FUNCTION: getfilevar -# @USAGE: variable configfile +# @USAGE: # @RETURN: the value of the variable # @DESCRIPTION: # It detects the value of the variable defined in the file configfile. This is @@ -195,7 +195,7 @@ getfilevar() { } # @FUNCTION: getfilevar_noexec -# @USAGE: variable configfile +# @USAGE: # @RETURN: the value of the variable # @DESCRIPTION: # It detects the value of the variable defined in the file configfile. @@ -310,7 +310,7 @@ require_configured_kernel() { } # @FUNCTION: linux_chkconfig_present -# @USAGE: option +# @USAGE: