From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1311 invoked by alias); 25 Oct 2003 04:00:08 -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 1302 invoked from network); 25 Oct 2003 04:00:07 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 25 Oct 2003 04:00:07 -0000 Received: by zenia.home (Postfix, from userid 5433) id 1F1C720766; Fri, 24 Oct 2003 22:59:40 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: fix node name (revised patch) References: From: Jim Blandy Date: Sat, 25 Oct 2003 04:00:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00761.txt.bz2 Here's a revision of the patch that fixes the menu in the parent node, too. (Oops.) I was trying to figure out why this hasn't bothered anyone yet --- the node name with the single quotes has been in there for months --- and I realized that it is because I'm using an older version of texinfo.tex (circa 1999). So, Eli, if your response to this patch is "You should update your texinfo.tex", then that's perfectly fine with me. 2003-10-24 Jim Blandy * gdb.texinfo (The F request packet, The F reply packet): Renamed from "The `F' request packet" and "The `F' reply packet", to make texi2dvi happy. (File-I/O remote protocol extension): Update menu entries, too. Index: gdb/doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.183 diff -c -r1.183 gdb.texinfo *** gdb/doc/gdb.texinfo 23 Oct 2003 00:11:59 -0000 1.183 --- gdb/doc/gdb.texinfo 25 Oct 2003 03:56:08 -0000 *************** *** 20370,20377 **** @menu * File-I/O Overview:: * Protocol basics:: ! * The `F' request packet:: ! * The `F' reply packet:: * Memory transfer:: * The Ctrl-C message:: * Console I/O:: --- 20370,20377 ---- @menu * File-I/O Overview:: * Protocol basics:: ! * The F request packet:: ! * The F reply packet:: * Memory transfer:: * The Ctrl-C message:: * Console I/O:: *************** *** 20498,20504 **** After having done the needed type and value coercion, the target continues the latest continue or step action. ! @node The `F' request packet @subsection The @code{F} request packet @cindex file-i/o request packet @cindex @code{F} request packet --- 20498,20504 ---- After having done the needed type and value coercion, the target continues the latest continue or step action. ! @node The F request packet @subsection The @code{F} request packet @cindex file-i/o request packet @cindex @code{F} request packet *************** *** 20525,20531 **** from its predecessor by a comma. All values are transmitted in ASCII string representation, pointer/length pairs separated by a slash. ! @node The `F' reply packet @subsection The @code{F} reply packet @cindex file-i/o reply packet @cindex @code{F} reply packet --- 20525,20531 ---- from its predecessor by a comma. All values are transmitted in ASCII string representation, pointer/length pairs separated by a slash. ! @node The F reply packet @subsection The @code{F} reply packet @cindex file-i/o reply packet @cindex @code{F} reply packet