Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-05 08:01:23 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-23 05:58:58 +0300
commit72b6105518afd82e01abe946ba5867f98d6be37a (patch)
treed647bfe097eb78d03ca43f126949b2ad03d80492 /newlib/libc/time
parent613267aa6ede2f147ee03035ecc11716cbc5d457 (diff)
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/time')
-rw-r--r--newlib/libc/time/time.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/newlib/libc/time/time.tex b/newlib/libc/time/time.tex
index cecd0f5f5..a664eefb4 100644
--- a/newlib/libc/time/time.tex
+++ b/newlib/libc/time/time.tex
@@ -49,17 +49,17 @@ effect or not.
@end table
@menu
-* asctime:: Format time as string
-* clock:: Cumulative processor time
-* ctime:: Convert time to local and format as string
-* difftime:: Subtract two times
-* gmtime:: Convert time to UTC (GMT) traditional representation
-* localtime:: Convert time to local representation
-* mktime:: Convert time to arithmetic representation
-* strftime:: Convert date and time to a user-formatted string
-* time:: Get current calendar time (as single number)
-* __tz_lock:: Lock time zone global variables
-* tzset:: Set timezone info
+* Function asctime:: Format time as string
+* Function clock:: Cumulative processor time
+* Function ctime:: Convert time to local and format as string
+* Function difftime:: Subtract two times
+* Function gmtime:: Convert time to UTC (GMT) traditional representation
+* Function localtime:: Convert time to local representation
+* Function mktime:: Convert time to arithmetic representation
+* Function strftime:: Convert date and time to a user-formatted string
+* Function time:: Get current calendar time (as single number)
+* Function __tz_lock:: Lock time zone global variables
+* Function tzset:: Set timezone info
@end menu
@page