diff --git a/Scripts/Functions/Help/help_getEntry.sh b/Scripts/Functions/Help/help_getEntry.sh index bd8bcdc..201652d 100755 --- a/Scripts/Functions/Help/help_getEntry.sh +++ b/Scripts/Functions/Help/help_getEntry.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# texinfo_getEntry.sh -- This function builds a documentation entry +# help_getEntry.sh -- This function builds a documentation entry # based on a location specified. Location specification can be both # action value (ACTIONVAL) variable or a value passed as first # positional parameter. @@ -25,7 +25,7 @@ # $Id$ # ---------------------------------------------------------------------- -function texinfo_getEntry { +function help_getEntry { # Define variables as local to avoid conflicts outside. local MANUAL_ENTRY=''