changeset 13403:9eb492424e89

Replacement header templates are now named with ".in", not "_". * doc/gnulib-intro.texi: Correct.
author Ben Pfaff <blp@cs.stanford.edu>
date Thu, 10 Jun 2010 20:11:05 -0700
parents 82b5a1f9535b
children 2a548c2eb40e
files ChangeLog doc/gnulib-intro.texi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-10  Ben Pfaff  <blp@cs.stanford.edu>
+
+	Replacement header templates are now named with ".in", not "_".
+	* doc/gnulib-intro.texi: Correct.
+
 2010-06-10  Jim Meyering  <meyering@redhat.com>
 
 	inttostr-tests: depend on snprintf, not snprintf-posix
--- a/doc/gnulib-intro.texi
+++ b/doc/gnulib-intro.texi
@@ -174,7 +174,8 @@
 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