about summary refs log tree commit diff
path: root/manual/libc-texinfo.sh
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-02-22 14:45:17 +1000
committerAllan McRae <allan@archlinux.org>2013-02-24 21:05:58 +1000
commitb4d1fd337068d2663529616112cefb7daa33dce2 (patch)
tree1ac5cf2f9835e0ba7b48ec1be68bf051024a6efe /manual/libc-texinfo.sh
parent2b7ae1b27f011919dbd6e87bc76c6f76b66ab186 (diff)
downloadglibc-b4d1fd337068d2663529616112cefb7daa33dce2.tar.gz
glibc-b4d1fd337068d2663529616112cefb7daa33dce2.tar.xz
glibc-b4d1fd337068d2663529616112cefb7daa33dce2.zip
Add @detailmenu to subsection node listing
Surround the "Detailed Node Listing" section of the info page menu with
@detailmenu flags to avoid confusing texinfo.  Resolves a large number
of warnings printed by texinfo-5.0.
Diffstat (limited to 'manual/libc-texinfo.sh')
-rw-r--r--manual/libc-texinfo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh
index 60e224bb8d..1ef09fcbb4 100644
--- a/manual/libc-texinfo.sh
+++ b/manual/libc-texinfo.sh
@@ -91,9 +91,11 @@ Indices
 * Variable Index::               Index of variables and variable-like macros.
 * File Index::                   Index of programs and files.
 
+ @detailmenu
  --- The Detailed Node Listing ---
 EOF
  cat ${OUTDIR}lmenu.$$
+ echo '@end detailmenu'
  echo '@end menu'; } >${OUTDIR}top-menu.texi.$$
 mv -f ${OUTDIR}top-menu.texi.$$ ${OUTDIR}top-menu.texi