diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-05 00:01:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-22 21:58:58 -0500 |
commit | 72b6105518afd82e01abe946ba5867f98d6be37a (patch) | |
tree | d647bfe097eb78d03ca43f126949b2ad03d80492 /newlib/libc/iconv | |
parent | 613267aa6ede2f147ee03035ecc11716cbc5d457 (diff) | |
download | newlib-72b6105518afd82e01abe946ba5867f98d6be37a.zip newlib-72b6105518afd82e01abe946ba5867f98d6be37a.tar.gz newlib-72b6105518afd82e01abe946ba5867f98d6be37a.tar.bz2 |
newlib: docs: add "Function " to every function node
When creating a split manual with one-node-per-page, the main index.html
ends up getting clobbered by the page for the index() function because
it uses "@node index" which, for html, also creates an index.html page.
To remedy this, add "Function " to every function node so now we output
"Function-index.html" and avoid clobbering. It also namespaces every
other function and helps make sure we don't clobber anything else.
Otherwise, there isn't really much rendering difference as @node text
is mostly internal. Node title text comes from @section instead.
Diffstat (limited to 'newlib/libc/iconv')
-rw-r--r-- | newlib/libc/iconv/iconv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/iconv/iconv.tex b/newlib/libc/iconv/iconv.tex index 5b1f751..b668af7 100644 --- a/newlib/libc/iconv/iconv.tex +++ b/newlib/libc/iconv/iconv.tex @@ -6,7 +6,7 @@ The iconv functions declarations are in @file{iconv.h}. @menu -* iconv:: Encoding conversion routines +* Function iconv:: Encoding conversion routines * Introduction to iconv:: Introduction to iconv and encodings * Supported encodings:: The list of currently supported encodings * iconv design decisions:: General iconv library design issues |