summaryrefslogtreecommitdiff
path: root/doc/gnulib-intro.texi
diff options
context:
space:
mode:
authorBen Pfaff <blp@cs.stanford.edu>2010-06-10 20:11:05 -0700
committerBen Pfaff <blp@cs.stanford.edu>2010-06-10 20:11:59 -0700
commite04f62a982976bfa16f6c7e4ec7ee5e6b46e8996 (patch)
tree4dad3bc2eb6c34d00b8b255db9a55415113d92ba /doc/gnulib-intro.texi
parentbab9a9d0e66fce104d0488bfb7fa84848724af76 (diff)
downloadgnulib-e04f62a982976bfa16f6c7e4ec7ee5e6b46e8996.tar.gz
Replacement header templates are now named with ".in", not "_".
* doc/gnulib-intro.texi: Correct.
Diffstat (limited to 'doc/gnulib-intro.texi')
-rw-r--r--doc/gnulib-intro.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi
index 52191ec26e..2a32c81643 100644
--- a/doc/gnulib-intro.texi
+++ b/doc/gnulib-intro.texi
@@ -174,7 +174,8 @@ itself).
For header files, such as @code{stdbool.h} or @code{stdint.h}, we provide
the substitute only if the system doesn't provide a correct one. The
template of this replacement is distributed in a slightly different name,
-with an added underscore, so that on systems which do provide a correct
+with @samp{.in} inserted before the @samp{.h} extension, so that on
+systems which do provide a correct
header file the system's one is used.
@subsection Enhancements of ISO C or POSIX functions