diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-06 09:21:36 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-06 09:21:36 +0000 |
commit | 7f2826c8361156ee387b5f1cfb5f4513c0af5554 (patch) | |
tree | 2c622f0554f3af8758ca1bdbce833e79c6d2ad0b /manual | |
parent | 513eb02f81cc5cd1eee48fe51d7fc5bd2c53ca9f (diff) | |
download | glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.zip glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.tar.gz glibc-7f2826c8361156ee387b5f1cfb5f4513c0af5554.tar.bz2 |
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.texi | 2 | ||||
-rw-r--r-- | manual/fdl.texi | 1 | ||||
-rw-r--r-- | manual/libc-texinfo.sh | 2 | ||||
-rw-r--r-- | manual/libc.texinfo | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/manual/argp.texi b/manual/argp.texi index 9e40000..b744697 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 a497bba..b03f7b0 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 a1aff02..e564ebc 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 8d6a3f2..f5bfbcd 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 |