about summary refs log tree commit diff
path: root/manual/string.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-05 15:26:17 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-05 15:26:17 +0000
commita2d63612259fb70828b95b982ba21f1d01abe802 (patch)
treeebb126208f2eabd907e14ccfe62bfc08d81f3d91 /manual/string.texi
parent479620b96e2815b9f77079b44fe4a46f688d33ca (diff)
downloadglibc-a2d63612259fb70828b95b982ba21f1d01abe802.tar.gz
glibc-a2d63612259fb70828b95b982ba21f1d01abe802.tar.xz
glibc-a2d63612259fb70828b95b982ba21f1d01abe802.zip
Update.
1999-10-05  Andreas Jaeger  <aj@suse.de>

	* manual/message.texi (The message catalog files): Fix description
	to match gencat implementation and Unix98: Message fields are
	separated by a single blank space.

1999-10-05  Andreas Jaeger  <aj@suse.de>

	* manual/string.texi (Search Functions): Add missing end for
	memrchr description.
Diffstat (limited to 'manual/string.texi')
-rw-r--r--manual/string.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/string.texi b/manual/string.texi
index 2d28dd2e47..8d2a33ea1a 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -1068,6 +1068,7 @@ located byte, or a null pointer if no match was found.
 The function @code{memrchr} is like @code{memchr}, except that it searches
 backwards from the end of the block defined by @var{block} and @var{size}
 (instead of forwards from the front).
+@end deftypefun
 
 @comment string.h
 @comment ISO