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.sh | |
parent | c06a49c551ebfc7f320a05546b5a013714ac82e5 (diff) | |
download | glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar.gz glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.tar.xz glibc-41713d4e8cf773b6138d1b3a2c093ec5a1fdc8aa.zip |
* 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.sh')
-rw-r--r-- | manual/libc-texinfo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh index e564ebceb2..2e6b32d3f4 100644 --- a/manual/libc-texinfo.sh +++ b/manual/libc-texinfo.sh @@ -68,6 +68,7 @@ mv -f incl.$$ chapters.texi !/^\*/ { print; } ' smenu.$$ cat <<EOF +* Free Manuals:: Free Software Needs Free Documentation. * 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 |