diff options
author | Melissa Weisshaus <melissa@gnu.org> | 1992-05-19 23:20:21 +0000 |
---|---|---|
committer | Melissa Weisshaus <melissa@gnu.org> | 1992-05-19 23:20:21 +0000 |
commit | 39779ac989c6fcd033707866f4c635b24d9c90aa (patch) | |
tree | 153cb24912b18aff7711ffcb08a11555c0a4199d /manual/arith.texi | |
parent | f6bf5eae3a71ef25cd0627b611ad2ea510de59f8 (diff) | |
download | glibc-39779ac989c6fcd033707866f4c635b24d9c90aa.tar.gz glibc-39779ac989c6fcd033707866f4c635b24d9c90aa.tar.xz glibc-39779ac989c6fcd033707866f4c635b24d9c90aa.zip |
indented menu descriptions correctly
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 89c4a9d9a0..b1541468c6 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -8,12 +8,12 @@ fractional parts. These functions are declared in the header file @menu * Normalization Functions:: Hacks for radix-2 representations. -* Rounding and Remainders:: Determinining the integer and - fractional parts of a float. +* Rounding and Remainders:: Determinining the integer and + fractional parts of a float. * Integer Division:: Functions for performing integer - division. + division. * Parsing of Numbers:: Functions for ``reading'' numbers - from strings. + from strings. * Predicates on Floats:: Some miscellaneous test functions. @end menu |