diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-28 08:05:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-28 08:05:41 +0000 |
commit | 41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa (patch) | |
tree | 0464e4ab820d600c0772377a9faaabfe83540161 /manual/libc.texinfo | |
parent | c06a49c551ebfc7f320a05546b5a013714ac82e5 (diff) | |
download | glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.zip glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar.gz glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar.bz2 |
* manual/libc-texinfo.sh: Add entry about free manuals.
* manual/contrib.texi (Contributors): Fix cross reference.
* manual/libc.texinfo (Copying): Include freemanuals.
* manual/Makefile (appendices): Add freemanuals.
* manual/freemanuals.texi: New file.
Patch by Brian Youmans <3diff@gnu.org>.
* manual/libm-err-tab.pl: Pretty print more platforms, print a
smaller table.
* manual/math.texi (Errors in Math Functions): Fix grammar, start
table on separate page.
Patch by Brian Youmans <3diff@gnu.org>.
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r-- | manual/libc.texinfo | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo index f5bfbcd..507447c 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -33,10 +33,12 @@ Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 Free Software Found Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the -Invariant Sections being "GNU Lesser General Public License", the -Front-Cover texts being (a) (see below), and with the Back-Cover Texts -being (b) (see below). A copy of the license is included in the section -entitled "GNU Free Documentation License". +Invariant Sections being "Free Software Needs Free Documentation" and +"GNU Lesser General Public License", the Front-Cover texts being (a) +(see below), and with the Back-Cover Texts being (b) (see below). A +copy of the license is included in the section entitled "GNU Free +Documentation License". + (a) The FSF's Front-Cover Text is: @@ -78,10 +80,11 @@ ISBN @value{ISBN} @* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the -Invariant Sections being "GNU Lesser General Public License", the -Front-Cover texts being (a) (see below), and with the Back-Cover Texts -being (b) (see below). A copy of the license is included in the section -entitled "GNU Free Documentation License". +Invariant Sections being "Free Software Needs Free Documentation" and +"GNU Lesser General Public License", the Front-Cover texts being (a) +(see below), and with the Back-Cover Texts being (b) (see below). A +copy of the license is included in the section entitled "GNU Free +Documentation License". (a) The FSF's Front-Cover Text is: @@ -110,8 +113,11 @@ of the GNU C Library. @include top-menu.texi @include chapters.texi +@node Free Manuals, Copying, Contributors, Top +@include freemanuals.texi + @set lgpl-appendix -@node Copying, Documentation License, Contributors, Top +@node Copying, Documentation License, Free Manuals, Top @include lesser.texi @node Documentation License, Concept Index, Copying, Top |