\input texinfo @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.27 2006-09-19 13:42:41 karl Exp $
+@comment $Id: gnulib.texi,v 1.28 2006-10-23 11:26:25 haible Exp $
@comment %**start of header
@setfilename gnulib.info
@settitle GNU Gnulib
@syncodeindex pg cp
@comment %**end of header
-@set UPDATED $Date: 2006-09-19 13:42:41 $
+@set UPDATED $Date: 2006-10-23 11:26:25 $
@copying
This manual is for GNU Gnulib (updated @value{UPDATED}),
@end ifnottex
@menu
-* Gnulib::
+* Introduction::
* Invoking gnulib-tool::
+* Miscellanous Notes::
+* Particular Modules:: Documentation of Individual Modules
* Copying This Manual::
* Index::
@end menu
-@node Gnulib
-@chapter Gnulib
-
-This manual contains some bare-bones documentation, but not much more.
-It's mostly a place to store notes until someone (you?)@ gets around
-to writing a coherent manual.
+@node Introduction
+@chapter Introduction
Getting started:
@url{http://www.gnu.org/software/gnulib/}.
@end itemize
+
+@include gnulib-tool.texi
+
+
+@node Miscellanous Notes
+@chapter Miscellanous Notes
+
@menu
* Comments::
* Header files::
-* Quoting::
-* ctime::
-* inet_ntoa::
-* gcd::
* Out of memory handling::
* Library version handling::
-* Regular expressions::
* Windows sockets::
* Libtool and Windows::
* License Texinfo sources::
@end itemize
-@include quote.texi
-
-@include ctime.texi
-
-@include gcd.texi
-
-@include inet_ntoa.texi
-
-
@node Out of memory handling
@section Out of memory handling
@end example
-@node Regular expressions
-@section Regular expressions
-
-Gnulib supports many different types of regular expressions; although
-the underlying features are the same or identical, the syntax used
-varies. The descriptions given here for the different types are
-generated automatically.
-
-@include regexprops-generic.texi
-
-
@node Windows sockets
@section Windows sockets
getaddrinfo symbol and use it if present, otherwise fall back to our
own implementation.
+
@node Libtool and Windows
@section Libtool and Windows
Of course the license texts themselves should not be changed at all.
-@include gnulib-tool.texi
+@node Particular Modules
+@chapter Particular Modules
+
+@menu
+* Quoting::
+* ctime::
+* gcd::
+* inet_ntoa::
+* Regular expressions::
+@end menu
+
+@include quote.texi
+
+@include ctime.texi
+
+@include gcd.texi
+
+@include inet_ntoa.texi
+
+@node Regular expressions
+@section Regular expressions
+
+Gnulib supports many different types of regular expressions; although
+the underlying features are the same or identical, the syntax used
+varies. The descriptions given here for the different types are
+generated automatically.
+
+@include regexprops-generic.texi
@node Copying This Manual