]> Savannah Git Hosting - gnulib.git/commitdiff
doc: omit mention of version when not needed
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Dec 2012 01:38:00 +0000 (17:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Dec 2012 01:41:25 +0000 (17:41 -0800)
* doc/gnulib-intro.texi (Portability and Application Code):
* doc/gnulib.texi (Brief Overview, Legacy Function Substitutes):
Don't mention particular dates or versions when not necessary, so
that the documentation won't go out of date so quickly.

ChangeLog
doc/gnulib-intro.texi
doc/gnulib.texi

index 74546eef5010a2a74b2fe2d73704af47a595cab9..09a87c5cc2eb5be85ac7b236a14f1dd00f75da3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-12-29  Paul Eggert  <eggert@cs.ucla.edu>
 
+       doc: omit mention of version when not needed
+       * doc/gnulib-intro.texi (Portability and Application Code):
+       * doc/gnulib.texi (Brief Overview, Legacy Function Substitutes):
+       Don't mention particular dates or versions when not necessary, so
+       that the documentation won't go out of date so quickly.
+
        * doc/intprops.texi (Integer Properties): Fix Texinfo typo.
 
 2012-12-28  Akim Demaille  <akim@lrde.epita.fr>
index 0ed07d691619beaf60035c3319d63a9b6501ab4a..7b3ff8ad9748c735526b8b26214f925e75395930 100644 (file)
@@ -54,7 +54,7 @@ instead allow synergies between users on different operating systems.
 Another goal of Gnulib is to provide application code that can be shared
 between several applications.  Some people wonder: "What? glibc doesn't
 have a function to copy a file?"  Indeed, the scope of a system's libc is
-to implement the relevant standards (ISO C99, POSIX:2001) and to provide
+to implement the relevant standards (ISO C, POSIX) and to provide
 access functions to the kernel's system calls, and little more.
 
 There is no clear borderline between both areas.
index 2141c536b71e3b2353f7d1a8e3de3b87a184834f..b492b764280eb9702e7140aaa8e53d4ae4d74866 100644 (file)
@@ -91,9 +91,9 @@ If you need this particular \thing\, you may write to
 @node Brief Overview
 @chapter Brief Overview
 
-Gnulib is a source code library. It provides basic functionality to
-programs and libraries.  Currently (as of October 2006) more than 30
-packages make use of Gnulib.
+Gnulib is a source code library that provides basic functionality to
+programs and libraries.  Many software packages make use of Gnulib
+to avoid reinventing the portability wheel.
 
 Resources:
 
@@ -3743,7 +3743,7 @@ by Gnulib.
 @chapter Past POSIX Function Substitutes
 
 This chapter describes which functions and function-like macros specified by
-older versions of POSIX (POSIX:2001) are substituted by Gnulib, which
+older versions of POSIX are substituted by Gnulib, which
 portability pitfalls are fixed by Gnulib, and which (known) portability
 problems are not worked around by Gnulib.