From 0005e54f762b2ec65cee2c4ecf1e9d42612030f0 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 12 Jan 2022 14:28:44 +0530 Subject: manual: Drop obsolete @refill The @refill command has been obsolete for a while and now texinfo has started warning about it. Reviewed-by: Florian Weimer Signed-off-by: Siddhesh Poyarekar --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/string.texi') diff --git a/manual/string.texi b/manual/string.texi index 7ca5ff6..0b60b3f 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1921,7 +1921,7 @@ strcasestr ("hello, World", "wo") This is like @code{strstr}, but @var{needle} and @var{haystack} are byte arrays rather than strings. @var{needle-len} is the length of @var{needle} and @var{haystack-len} is the length of -@var{haystack}.@refill +@var{haystack}. This function is a GNU extension. @end deftypefun -- cgit v1.1