From ec986e237a6c0fe52f172c254d3da2ef57b85eb2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 29 Jul 1998 12:34:57 +0000 Subject: Update. 1998-07-29 Andreas Jaeger * manual/pattern.texi (More Flags for Globbing): Fix typo. * manual/math.texi (Special Functions): Fix typo. * sysdeps/unix/sysv/linux/bits/in.h (IPV6_ROUTER_ALERT): New constant from Linux 2.1.112. * posix/Makefile (install-lib): Compile libposix.a only if build-static == yes. 1998-07-28 Andreas Schwab * sysdeps/generic/glob.c: Maintain const correctness. Move extern declarations to file level. Cope with unsupported _SC_GETPW_R_SIZE_MAX. 1998-07-29 Ulrich Drepper * stdio-common/tst-printf.c: %z is now recognized by printf. * sysdeps/libm-ieee754/c_csqrt.c: Fix problems with some cancelation errors. * sysdeps/libm-ieee754/c_csqrtf.c: Likewise. * sysdeps/libm-ieee754/c_csqrtlc: Likewise. Patch by Stephen L Moshier . * math/libm-test.c (csqrt_test): Correct typo in one test, add another one. * sysdeps/unix/sysv/linux/bits/siginfo.h: Adjust siginfo_t after latest kernel change. --- manual/math.texi | 2 +- manual/pattern.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/math.texi b/manual/math.texi index e1d597d..2b80430 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -886,7 +886,7 @@ instead of in the @var{signgam} global. @deftypefunx {long double} gammal (long double @var{x}) These functions exist for compatibility reasons. They are equivalent to @code{lgamma} etc. It is better to use @code{lgamma} since for one the -name reflect better the actual computation and @code{lgamma} is also +name reflects better the actual computation and @code{lgamma} is also standardized in @w{ISO C 9x} while @code{gamma} is not. @end deftypefun diff --git a/manual/pattern.texi b/manual/pattern.texi index f2c3f8e..e81a29f 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -484,7 +484,7 @@ the home directory cannot be determined for other reasons this leads to an error. @code{glob} will return @code{GLOB_NOMATCH} instead of using the pattern itself as the name. -This funcationality is equivalent to what is available in C-shells if +This functionality is equivalent to what is available in C-shells if @code{nonomatch} flag is not set. @comment glob.h -- cgit v1.1