diff options
Diffstat (limited to 'manual/string.texi')
-rw-r--r-- | manual/string.texi | 1 |
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 |