diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 05:09:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 05:09:06 +0000 |
commit | bfaf0bbb7d2b7a1adbcc1e61625bd5ea29547fac (patch) | |
tree | beef21aa27f47555d25bdf25ba5f28ba4365a74e /manual/string.texi | |
parent | 782a9fe711d6d94226ce03f50fdaa3da37686c39 (diff) | |
download | glibc-bfaf0bbb7d2b7a1adbcc1e61625bd5ea29547fac.zip glibc-bfaf0bbb7d2b7a1adbcc1e61625bd5ea29547fac.tar.gz glibc-bfaf0bbb7d2b7a1adbcc1e61625bd5ea29547fac.tar.bz2 |
Update.
2000-02-21 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/bits/in.h (IPV6_RXSRCRT): Renamed to
IPV6_RTHDR; added IPV6_RTHDR_LOOSE, IPV6_RTHDR_STRICT and
IPV6_RTHDR_TYPE_0 to synch with RFC 2292.
* sysdeps/generic/bits/in.h: Likewise.
2000-02-21 Ulrich Drepper <drepper@redhat.com>
* po/gl.po: Update from translation team.
* timezone/antarctica: Update from tzdata2000b.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/europe: Likewise.
* malloc/malloc.c (vALLOc): Call ptmalloc_init before mEMALIGn
call to initialize malloc_getpagesize.
(pvALLOc): Likewise.
Diffstat (limited to 'manual/string.texi')
-rw-r--r-- | manual/string.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi index fbe74ea..38c5c15 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -480,7 +480,7 @@ This function has undefined results if the strings overlap. @end deftypefun Programmers using the @code{strcat} function (or the following -@code{strncat} function for that matter) can easily be recognize as +@code{strncat} function for that matter) can easily be recognized as lazy. In almost all situations the lengths of the participating strings are known. Or at least, one could know them if one keeps track of the results of the various function calls. But then it is very inefficient |