summaryrefslogtreecommitdiff
path: root/manual/libc.texinfo
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-02-15 08:28:03 +0000
committerRichard M. Stallman <rms@gnu.org>1992-02-15 08:28:03 +0000
commit868e17300fc20f0e7fad35536a3ff4b368335d0f (patch)
tree8c115f0e9e1f1587284b4cbc8e72401b35af603e /manual/libc.texinfo
parent6347d8eb53bb0b52849ba015b82f0c5a116fdc2e (diff)
Fix menu. Use @top for main node.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r--manual/libc.texinfo10
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo
index 40319b5194..42b520ac59 100644
--- a/manual/libc.texinfo
+++ b/manual/libc.texinfo
@@ -35,7 +35,7 @@ Copyright @copyright{} 1992 Free Software Foundation, Inc.
@ifinfo
@node Top
-@chapter Main Menu
+@top Main Menu
This is the reference manual for version 0.00 of the GNU C Library.
@end ifinfo
@@ -65,7 +65,7 @@ Contents of the Library
* String and Array Utilities:: Utilities for copying and comparing
strings and arrays.
* Extended Characters:: Support for extended character sets.
-* Localization:: The country and language can affect
+* Locales:: The country and language can affect
the behavior of library functions.
* Searching and Sorting:: General searching and sorting
functions.
@@ -80,8 +80,10 @@ Contents of the Library
for networking.
* Low-Level Terminal Interface:: How to change the characteristics
of a terminal device.
-* Diagnostics:: A helpful debugging facility.
-* Mathematics:: Math functions.
+* Consistency Checking:: A helpful debugging facility.
+* Mathematics:: Math functions (transcendental,
+ random numbers, abs value).
+* Arithmetic:: Low-level arithmetic functions.
* Date and Time:: Functions for getting the date and
time, and conversion between formats.
* Non-Local Exits:: The @code{setjmp} and @code{longjmp}