diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2022-01-12 14:28:44 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2022-01-12 14:28:44 +0530 |
commit | 0005e54f762b2ec65cee2c4ecf1e9d42612030f0 (patch) | |
tree | 75570083d2e93b0ce7322e7aa5b5046846ca463f /manual/lang.texi | |
parent | 5a1be8ebdf6f02d4efec6e5f12ad06db17511f90 (diff) | |
download | glibc-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/lang.texi')
-rw-r--r-- | manual/lang.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/lang.texi b/manual/lang.texi index ca90a59f8f..40cd9ddd77 100644 --- a/manual/lang.texi +++ b/manual/lang.texi @@ -459,7 +459,7 @@ was invoked with the same @var{ap} argument. In @theglibc{}, @code{va_end} does nothing, and you need not ever use it except for reasons of portability. -@refill + @end deftypefn Sometimes it is necessary to parse the list of parameters more than once |