From 41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 28 Aug 2001 08:05:41 +0000 Subject: * 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>. --- manual/libc.texinfo | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'manual/libc.texinfo') diff --git a/manual/libc.texinfo b/manual/libc.texinfo index f5bfbcde36..507447c834 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 -- cgit v1.2.3