From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1617 invoked by alias); 27 Dec 2001 08:49:33 -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 1589 invoked from network); 27 Dec 2001 08:49:32 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 27 Dec 2001 08:49:32 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id KAA19210; Thu, 27 Dec 2001 10:48:51 +0200 (IST) Date: Thu, 27 Dec 2001 00:49:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Michael Snyder cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC] Add back the 'info proc mappings' command. In-Reply-To: <3C2A4E05.276BA97D@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00584.txt.bz2 On Wed, 26 Dec 2001, Michael Snyder wrote: > > > I don't know how to comment out a section of a texinfo file. > > > > Put "@ignore..@end ignore" around the part you want to comment out. > > Ah, OK -- how's this? Perfect! Please commit this. Thanks.