diff options
Diffstat (limited to 'manual/string.texi')
-rw-r--r-- | manual/string.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/string.texi b/manual/string.texi index f840f64564..8494799f54 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1625,6 +1625,8 @@ This function is a GNU extension. 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). + +This function is a GNU extension. @end deftypefun @comment string.h |