about summary refs log tree commit diff
path: root/manual/ctype.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/ctype.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/ctype.texi')
-rw-r--r--manual/ctype.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/ctype.texi b/manual/ctype.texi
index d0618c5c38..88e3523dc4 100644
--- a/manual/ctype.texi
+++ b/manual/ctype.texi
@@ -57,7 +57,7 @@ character argument is passed as an @code{int}, and it may be the
 constant value @code{EOF} instead of a real character.
 
 The attributes of any given character can vary between locales.
-@xref{Locales}, for more information on locales.@refill
+@xref{Locales}, for more information on locales.
 
 These functions are declared in the header file @file{ctype.h}.
 @pindex ctype.h
@@ -265,7 +265,7 @@ bits.  This function is a BSD extension and is also an SVID extension.
 @standards{SVID, ctype.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 This is identical to @code{tolower}, and is provided for compatibility
-with the SVID.  @xref{SVID}.@refill
+with the SVID.  @xref{SVID}.
 @end deftypefun
 
 @deftypefun int _toupper (int @var{c})