From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14028 invoked by alias); 25 Oct 2003 02:41:43 -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 14020 invoked from network); 25 Oct 2003 02:41:42 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 25 Oct 2003 02:41:42 -0000 Received: by zenia.home (Postfix, from userid 5433) id 1A9D020766; Fri, 24 Oct 2003 21:41:14 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: RFA: fix node name From: Jim Blandy Date: Sat, 25 Oct 2003 02:41:00 -0000 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/msg00760.txt.bz2 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. Index: gdb/doc/gdb.texinfo =================================================================== RCS file: /cvs/cvsfiles/devo/gdb/doc/gdb.texinfo,v retrieving revision 2.317 diff -c -c -F'^(' -r2.317 gdb.texinfo *** gdb/doc/gdb.texinfo 23 Oct 2003 17:42:06 -0000 2.317 --- gdb/doc/gdb.texinfo 24 Oct 2003 22:56:53 -0000 *************** *** 20497,20503 **** 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 --- 20497,20503 ---- 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 *************** *** 20524,20530 **** 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 --- 20524,20530 ---- 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