about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 09:21:36 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 09:21:36 +0000
commit7f2826c8361156ee387b5f1cfb5f4513c0af5554 (patch)
tree2c622f0554f3af8758ca1bdbce833e79c6d2ad0b /manual
parent513eb02f81cc5cd1eee48fe51d7fc5bd2c53ca9f (diff)
downloadglibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.tar.gz
glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.tar.xz
glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.zip
Update.
	* manual/libc-texinfo.sh: Add note for the FDL.

	* manual/argp.texi (Argp Example 4): Fix texinfo warning.

	* manual/libc.texinfo: Regenerated.

	* manual/fdl.texi: Fix node.
Diffstat (limited to 'manual')
-rw-r--r--manual/argp.texi2
-rw-r--r--manual/fdl.texi1
-rw-r--r--manual/libc-texinfo.sh2
-rw-r--r--manual/libc.texinfo2
4 files changed, 4 insertions, 3 deletions
diff --git a/manual/argp.texi b/manual/argp.texi
index 9e400008f8..b7446970c3 100644
--- a/manual/argp.texi
+++ b/manual/argp.texi
@@ -1101,7 +1101,7 @@ two part option string.  The @emph{headers} are entries in the options
 vector.  @xref{Argp Option Vectors}.  The first four fields are zero.  The
 two part documentation string are in the variable @code{doc}, which
 allows documentation both before and after the options.  @xref{Argp
-Parsers}; the two parts of @code{doc} are separated by a vertical-tab
+Parsers}, the two parts of @code{doc} are separated by a vertical-tab
 character (@code{'\v'}, or @code{'\013'}).  By convention, the
 documentation before the options is a short string stating what the
 program does, and after any options it is longer, describing the
diff --git a/manual/fdl.texi b/manual/fdl.texi
index a497bbae7c..b03f7b089b 100644
--- a/manual/fdl.texi
+++ b/manual/fdl.texi
@@ -1,5 +1,4 @@
 
-@node GNU Free Documentation License
 @appendix GNU Free Documentation License
 
 @cindex FDL, GNU Free Documentation License
diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh
index a1aff026f0..e564ebceb2 100644
--- a/manual/libc-texinfo.sh
+++ b/manual/libc-texinfo.sh
@@ -70,6 +70,8 @@ mv -f incl.$$ chapters.texi
  cat <<EOF
 * Copying::                      The GNU Lesser General Public License says
                                   how you can copy and share the GNU C Library.
+* Documentation License::        This manual is under the GNU Free
+                                  Documentation License.
 
 Indices
 
diff --git a/manual/libc.texinfo b/manual/libc.texinfo
index 8d6a3f250f..f5bfbcde36 100644
--- a/manual/libc.texinfo
+++ b/manual/libc.texinfo
@@ -111,7 +111,7 @@ of the GNU C Library.
 @include chapters.texi
 
 @set lgpl-appendix
-@node Copying, Concept Index, Contributors, Top
+@node Copying, Documentation License, Contributors, Top
 @include lesser.texi
 
 @node Documentation License, Concept Index, Copying, Top