remove trailing blanks
authorJim Meyering <jim@meyering.net>
Tue, 13 Sep 2005 15:06:24 +0000 (15:06 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Sep 2005 15:06:24 +0000 (15:06 +0000)
doc/gnulib.texi

index 15c19b22a9032771475094edbb13ce865e3b2b2e..4ca978e131569e43a8fb611a400bfc593e2e0b0d 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.16 2005-08-11 10:08:57 jas Exp $
+@comment $Id: gnulib.texi,v 1.17 2005-09-13 15:06:24 meyering Exp $
 @comment %**start of header
 @setfilename gnulib.info
 @settitle GNU Gnulib
@@ -7,7 +7,7 @@
 @syncodeindex pg cp
 @comment %**end of header
 
-@set UPDATED $Date: 2005-08-11 10:08:57 $
+@set UPDATED $Date: 2005-09-13 15:06:24 $
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
@@ -484,9 +484,9 @@ gl_INIT
 ...
 @end example
 
-@code{gl_INIT} will in turn call the macros related with the 
+@code{gl_INIT} will in turn call the macros related with the
 gnulib functions, be it specific gnulib macros, like @code{gl_FUNC_ALLOCA}
-or autoconf or automake macro like @code{AC_FUNC_ALLOCA} or 
+or autoconf or automake macro like @code{AC_FUNC_ALLOCA} or
 @code{AM_FUNC_GETLINE} so there is no need to call those macros yourself
 when you use the corresponding gnulib modules.
 
@@ -542,10 +542,10 @@ LIBADD = lib/libgnu.a
 Don't forget to @code{#include} the various header files.  In this
 example, you would need to make sure that @samp{#include "strdup.h"}
 is evaluated when compiling all source code files, that want to make
-use of @code{strdup}. 
+use of @code{strdup}.
 
 When an include file is provided by the gnulib
-you shouldn't try to include the corresponding system header files 
+you shouldn't try to include the corresponding system header files
 yourself but let the gnulib header file do it as the ordering
 of the definition for some symbols may be significant.