bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] correct a now-inaccurate statement in gnulib-intro.texi


From: Ben Pfaff
Subject: [PATCH] correct a now-inaccurate statement in gnulib-intro.texi
Date: Thu, 10 Jun 2010 20:13:53 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

I pushed this out.

--8<--------------------------cut here-------------------------->8--

>From e04f62a982976bfa16f6c7e4ec7ee5e6b46e8996 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <address@hidden>
Date: Thu, 10 Jun 2010 20:11:05 -0700
Subject: [PATCH] Replacement header templates are now named with ".in", not "_".

* doc/gnulib-intro.texi: Correct.
---
 ChangeLog             |    5 +++++
 doc/gnulib-intro.texi |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 17a8ae9..cb30336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-10  Ben Pfaff  <address@hidden>
+
+       Replacement header templates are now named with ".in", not "_".
+       * doc/gnulib-intro.texi: Correct.
+
 2010-06-10  Jim Meyering  <address@hidden>
 
        inttostr-tests: depend on snprintf, not snprintf-posix
diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi
index 52191ec..2a32c81 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
-- 
1.7.1


-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]