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/stdio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/stdio.texi') 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 -- cgit 1.4.1