From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13485 invoked by alias); 15 Jan 2002 04:09:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13337 invoked from network); 15 Jan 2002 04:08:55 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 15 Jan 2002 04:08:55 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 845F43D2E; Mon, 14 Jan 2002 23:08:44 -0500 (EST) Message-ID: <3C43AB4C.9000904@cygnus.com> Date: Mon, 14 Jan 2002 20:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com, Brian Youmans <3diff@gnu.org> Subject: More (C) tweeks for printed manual Content-Type: multipart/mixed; boundary="------------090605020106010609080702" X-SW-Source: 2002-01/txt/msg00409.txt.bz2 This is a multi-part message in MIME format. --------------090605020106010609080702 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 310 Eli, Brian Y has found some more (C) related tweeks related to the manual. The FSF are getting ready for another print run so are going over things with a fine tooth comb. Brian, it is probably best to send the (C) fixes to this list since that way the people that work on the code get to see it. Andrew --------------090605020106010609080702 Content-Type: text/plain; name="gdb.texinfo.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb.texinfo.diff" Content-length: 5003 *** /home/opus/manuscripts/GDB/gdb-5.1.0.1/gdb/doc/gdb.texinfo Thu Jan 3 00:40:49 2002 --- /office/Postscript/Manuals/GDB/gdb-5.1.0.1/gdb/doc/gdb.texinfo Fri Jan 11 17:55:15 2002 *************** *** 50,68 **** of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN} Version @value{GDBVN}. ! Copyright (C) 1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001 ! Free Software Foundation, Inc. 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 ``Free Software'' and ``Free Software Needs ! Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' ! and with the Back-Cover Texts as in (a) below. ! ! (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify ! this GNU Manual, like GNU software. Copies published by the Free ! Software Foundation raise funds for GNU development.'' @end ifinfo @titlepage --- 50,69 ---- of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN} Version @value{GDBVN}. ! Copyright (C) 1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001, 2002 Free Software Foundation, Inc. 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 Free Documentation License'', ``Free ! Software'' and ``Free Software Needs Free Documentation'', with the ! Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts ! as in (a) below. ! ! (a) The Free Software Foundation's Back-Cover Text is: ``You have ! freedom to copy and modify this GNU Manual, like GNU software. Copies ! published by the Free Software Foundation raise funds for GNU ! development.'' @end ifinfo @titlepage *************** *** 82,89 **** @end tex @vskip 0pt plus 1filll ! Copyright @copyright{} 1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001 ! Free Software Foundation, Inc. @sp 2 Published by the Free Software Foundation @* 59 Temple Place - Suite 330, @* --- 83,89 ---- @end tex @vskip 0pt plus 1filll ! Copyright @copyright{} 1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001,2002 Free Software Foundation, Inc. @sp 2 Published by the Free Software Foundation @* 59 Temple Place - Suite 330, @* *************** *** 93,105 **** 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 ``Free Software'' and ``Free Software Needs ! Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' ! and with the Back-Cover Texts as in (a) below. ! ! (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify ! this GNU Manual, like GNU software. Copies published by the Free ! Software Foundation raise funds for GNU development.'' @end titlepage @page --- 93,107 ---- 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 Free Documentation License'', ``Free ! Software'', and ``Free Software Needs Free Documentation'', with the ! Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts ! as in (a) below. ! ! (a) The Free Software Foundation's Back-Cover Text is: ``You have ! freedom to copy and modify this GNU Manual, like GNU software. Copies ! published by the Free Software Foundation raise funds for GNU ! development.'' @end titlepage @page *************** *** 148,153 **** --- 150,156 ---- * Command Line Editing:: Command Line Editing * Using History Interactively:: Using History Interactively * Installing GDB:: Installing GDB + * GNU Free Documentation License:: The license for this documentation * Index:: Index @end menu *************** *** 197,202 **** --- 200,206 ---- * Command Line Editing:: Command Line Editing * Using History Interactively:: Using History Interactively * Installing GDB:: Installing GDB + * GNU Free Documentation License:: The license for this documentation * Index:: Index @end menu *************** *** 14290,14295 **** --- 14294,14303 ---- There are many other options available as well, but they are generally needed for special purposes only. + + @node GNU Free Documentation License + @appendix GNU Free Documentation License + @include fdl.texi @node Index @unnumbered Index --------------090605020106010609080702--