diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | manual/creature.texi | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2000-03-29 Andreas Jaeger <aj@suse.de> + * manual/creature.texi (Feature Test Macros): Fix typo, reported + by Michael Deutschmann <michael@talamasca.ocis.net>. + * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros. * sysdeps/mips/fpu/fegetenv.c: Likewise. * sysdeps/mips/fpu/fesetenv.c: Likewise. diff --git a/manual/creature.texi b/manual/creature.texi index b9c62ef..f0cd093 100644 --- a/manual/creature.texi +++ b/manual/creature.texi @@ -162,7 +162,7 @@ vs. @code{off64_t} and @code{fseeko} vs. @code{fseeko64}. This macro was introduced as part of the Large File Support extension (LFS). It is a transition interface for the time @w{64 bit} offsets are -not generally used (see @code{_FILE_OFFSET_BITS}. +not generally used (see @code{_FILE_OFFSET_BITS}). @end defvr @comment (NONE) |