4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00
Mike Frysinger 72b6105518 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.
2024-01-22 21:58:58 -05:00

17 lines
357 B
TeX

@node Posix
@chapter Posix Functions
This chapter groups several utility functions specified by POSIX, but
not by C. Each function documents which header to use.
@menu
* Function popen:: Create a stream tied to a child process
* Function posix_spawn:: Spawn a process
@end menu
@page
@include posix/popen.def
@page
@include posix/posix_spawn.def