diff --git a/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateMenu.sh b/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateMenu.sh index e0b9561..b5aa015 100755 --- a/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateMenu.sh +++ b/Scripts/Functions/Help/Modules/Texinfo/texinfo_updateMenu.sh @@ -36,7 +36,7 @@ function texinfo_updateMenu { # Build the menu node related to the entry being processed # currently. - local MENUNODE=$(echo "$ENTRY" | cut -d / -f8- | tr '/' ' ' \ + local MENUNODE=$(echo "$ENTRY" | cut -d / -f9- | tr '/' ' ' \ | sed 's!\.texi$!!') # Give format to menu line using texinfo style.