mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-27 17:40:37 +08:00
72b6105518
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.
19 lines
423 B
TeX
19 lines
423 B
TeX
@node Misc
|
|
@chapter Miscellaneous Macros and Functions
|
|
This chapter describes miscellaneous routines not covered elsewhere.
|
|
|
|
@menu
|
|
* Function ffs:: Return first bit set in a word
|
|
* Function __retarget_lock_init:: Retargetable locking routines
|
|
* Function unctrl:: Return printable representation of a character
|
|
@end menu
|
|
|
|
@page
|
|
@include misc/ffs.def
|
|
|
|
@page
|
|
@include misc/lock.def
|
|
|
|
@page
|
|
@include misc/unctrl.def
|