diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-04 12:18:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-04 12:18:38 +0000 |
commit | c6bd526f49f11784f7c1d2f694538981fa573ca1 (patch) | |
tree | 77dfe3dc047dcc55bf77b65fe372720c1ef68411 /manual/lang.texi | |
parent | 7ba4fcfcf2eacf57725beabe6e7e82aa1d37d0ca (diff) | |
download | glibc-c6bd526f49f11784f7c1d2f694538981fa573ca1.tar.gz glibc-c6bd526f49f11784f7c1d2f694538981fa573ca1.tar.xz glibc-c6bd526f49f11784f7c1d2f694538981fa573ca1.zip |
Update.
1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext, putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax, strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with version GLIBC_2.1. 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/lang.texi (Range of Type): Change @end table->@end vtable. (Floating Point Parameters): Likewise.
Diffstat (limited to 'manual/lang.texi')
-rw-r--r-- | manual/lang.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/lang.texi b/manual/lang.texi index c8d0dbfc00..889bda374d 100644 --- a/manual/lang.texi +++ b/manual/lang.texi @@ -853,7 +853,7 @@ long long int} and @code{unsigned long long int}, respectively. This is the maximum value that can be represented by a @code{wchar_t}. @xref{Wide Char Intro}. -@end table +@end vtable The header file @file{limits.h} also defines some additional constants that parameterize various operating system and file system limits. These @@ -1218,7 +1218,7 @@ These are similar to @code{FLT_EPSILON}, but for the data types @code{double} and @code{long double}, respectively. The type of the macro's value is the same as the type it describes. The values are not supposed to be greater than @code{1E-9}. -@end table +@end vtable @node IEEE Floating Point @subsubsection IEEE Floating Point |