about summary refs log tree commit diff
path: root/manual/string.texi
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2022-01-12 14:28:44 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2022-01-12 14:28:44 +0530
commit0005e54f762b2ec65cee2c4ecf1e9d42612030f0 (patch)
tree75570083d2e93b0ce7322e7aa5b5046846ca463f /manual/string.texi
parent5a1be8ebdf6f02d4efec6e5f12ad06db17511f90 (diff)
downloadglibc-0005e54f762b2ec65cee2c4ecf1e9d42612030f0.tar.gz
glibc-0005e54f762b2ec65cee2c4ecf1e9d42612030f0.tar.xz
glibc-0005e54f762b2ec65cee2c4ecf1e9d42612030f0.zip
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 <fweimer@redhat.com>
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'manual/string.texi')
-rw-r--r--manual/string.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi
index 7ca5ff6c94..0b60b3fbb4 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