diff --git a/Scripts/Functions/Help/Texinfo/texinfo_getNode.sh b/Scripts/Functions/Help/Texinfo/texinfo_getNode.sh index 2c43c39..b5f0a6f 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_getNode.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_getNode.sh @@ -39,7 +39,7 @@ function texinfo_getNode { -e "s/\.${MANUAL_EXTENSION}$//" \ -e "s/chapter//" \ -e 's!(/|-)! !g' \ - -e 's! ([[:alpha:]])! \u\1!g' \ + -e 's!\<([[:alpha:]])\>!\u\1!g' \ -e 's!^[[:space:]]+!!') echo "$NODE"