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/stdio.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/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index 1fac8e5f78..753c50920d 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -2532,7 +2532,7 @@ obstack @var{obstack} to allocate the space. @xref{Obstacks}. The characters are written onto the end of the current object. To get at them, you must finish the object with @code{obstack_finish} -(@pxref{Growing Objects}).@refill +(@pxref{Growing Objects}). @end deftypefun @node Variable Arguments Output @@ -2696,7 +2696,7 @@ variable argument list specified directly as for @code{vprintf}. @c inconsistent state in case of cancellation. The @code{obstack_vprintf} function is the equivalent of @code{obstack_printf} with the variable argument list specified directly -as for @code{vprintf}.@refill +as for @code{vprintf}. @end deftypefun Here's an example showing how you might use @code{vfprintf}. This is a |