changeset 9578:d9a4ee65068a

No need to drop periods from section names.
author Bruno Haible <bruno@clisp.org>
date Tue, 08 Jan 2008 02:24:39 +0100
parents 0b6c2edb43b3
children 74cc7f0c88b5
files ChangeLog doc/gnulib-intro.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-07  Bruno Haible  <bruno@clisp.org>
+
+	* doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
+	previous section name.
+
 2008-01-07  Bruno Haible  <bruno@clisp.org>
 
 	* lib/progname.c (set_program_name): Don't strip off a leading
--- a/doc/gnulib-intro.texi
+++ b/doc/gnulib-intro.texi
@@ -1,5 +1,5 @@
 @node Library vs Reusable Code
-@section Library vs Reusable Code
+@section Library vs. Reusable Code
 
 Classical libraries are installed as binary object code.  Gnulib is
 different: It is used as a source code library.  Each package that uses