about summary refs log tree commit diff
path: root/manual/intro.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/intro.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/intro.texi')
-rw-r--r--manual/intro.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/intro.texi b/manual/intro.texi
index 779fec8f3d..9bdfd09c83 100644
--- a/manual/intro.texi
+++ b/manual/intro.texi
@@ -99,7 +99,7 @@ by the International Standardization Organization (ISO):
 We here refer to the standard as @w{ISO C} since this is the more
 general standard in respect of ratification.
 The header files and library facilities that make up @theglibc{} are
-a superset of those specified by the @w{ISO C} standard.@refill
+a superset of those specified by the @w{ISO C} standard.
 
 @pindex gcc
 If you are concerned about strict adherence to the @w{ISO C} standard, you
@@ -144,7 +144,7 @@ general, the additional requirements and functionality defined by the
 POSIX standards are aimed at providing lower-level support for a
 particular kind of operating system environment, rather than general
 programming language support which can run in many diverse operating
-system environments.@refill
+system environments.
 
 @Theglibc{} implements all of the functions specified in
 @cite{ISO/IEC 9945-1:1996, the POSIX System Application Program
@@ -1035,7 +1035,7 @@ feature test macro definition (@pxref{Feature Test Macros}).
 
 For more information about the use of header files and @samp{#include}
 directives, @pxref{Header Files,,, cpp.info, The GNU C Preprocessor
-Manual}.@refill
+Manual}.
 
 @Theglibc{} provides several header files, each of which contains
 the type and macro definitions and variable and function declarations