d92151
Update help_getEntry.sh.
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
#
|
3
|
-
#
|
3
|
+
# help_getEntry.sh -- This function builds a documentation entry
|
4
4
|
# based on a location specified. Location specification can be both
|
5
5
|
# action value (ACTIONVAL) variable or a value passed as first
|
6
6
|
# positional parameter.
|
@@ -25,7 +25,7 @@
|
|
25
25
|
# $Id$
|
26
26
|
# ----------------------------------------------------------------------
|
27
27
|
|
28
|
-
function
|
28
|
+
function help_getEntry {
|
29
29
|
|
30
30
|
# Define variables as local to avoid conflicts outside.
|
31
31
|
local MANUAL_ENTRY=''
|