From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27909 invoked by alias); 17 Jan 2005 21:21:46 -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 27802 invoked from network); 17 Jan 2005 21:21:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 17 Jan 2005 21:21:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0HLLXxa013870 for ; Mon, 17 Jan 2005 16:21:33 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0HLLWO04427 for ; Mon, 17 Jan 2005 16:21:32 -0500 Received: from msnyder8600 (vpn26-8.sfbay.redhat.com [172.16.26.8]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with SMTP id j0HLLTZZ002412 for ; Mon, 17 Jan 2005 16:21:30 -0500 Message-ID: <007201c4fcda$88ad10d0$cba66b80@msnyder8600> From: "Michael Snyder" To: Subject: [commit] spelling fix, gdb.texinfo Date: Mon, 17 Jan 2005 21:21:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00194.txt.bz2 2005-01-17 Michael Snyder * gdb.texinfo: Fix spelling, infinte -> infinite. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.229 diff -p -r1.229 gdb.texinfo *** gdb.texinfo 8 Dec 2004 05:28:31 -0000 1.229 --- gdb.texinfo 17 Jan 2005 19:52:17 -0000 *************** that command. Post-execution hooks may *** 14088,14094 **** pre-execution hooks, for the same command. It is valid for a hook to call the command which it hooks. If this ! occurs, the hook is not re-executed, thereby avoiding infinte recursion. @c It would be nice if hookpost could be passed a parameter indicating @c if the command it hooks executed properly or not. FIXME! --- 14088,14094 ---- pre-execution hooks, for the same command. It is valid for a hook to call the command which it hooks. If this ! occurs, the hook is not re-executed, thereby avoiding infinite recursion. @c It would be nice if hookpost could be passed a parameter indicating @c if the command it hooks executed properly or not. FIXME!