diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
commit | 0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 (patch) | |
tree | 5ad4fd19aadc293938df24d843121a40318c1344 /manual/search.texi | |
parent | be594011d008677cf9679f4a10fdd10ce74c94fb (diff) | |
download | glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.gz glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.bz2 glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.zip |
Update.
2001-05-21 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-collate.c (handle_ellipsis): Fix message.
Patch by Philipp Thomas <pthomas@suse.de>.
Diffstat (limited to 'manual/search.texi')
-rw-r--r-- | manual/search.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/search.texi b/manual/search.texi index bb74705b0f..eb6786d188 100644 --- a/manual/search.texi +++ b/manual/search.texi @@ -557,5 +557,5 @@ Since the functions used for the @var{action} parameter to @code{twalk} must not modify the tree data, it is safe to run @code{twalk} in more than one thread at the same time, working on the same tree. It is also safe to call @code{tfind} in parallel. Functions which modify the tree -must not be used, otherwise the behaviour is undefined. +must not be used, otherwise the behavior is undefined. @end deftypefun |