From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13080 invoked by alias); 11 Oct 2003 17:41:48 -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 13072 invoked from network); 11 Oct 2003 17:41:48 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 11 Oct 2003 17:41:48 -0000 Received: from zaretski ([80.230.149.20]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id CVK67585; Sat, 11 Oct 2003 19:41:15 +0200 (IST) Date: Sat, 11 Oct 2003 17:41:00 -0000 From: "Eli Zaretskii" To: Mark Kettenis Message-Id: <6654-Sat11Oct2003193708+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <200310111305.h9BD5JLE078955@elgar.kettenis.dyndns.org> (message from Mark Kettenis on Sat, 11 Oct 2003 15:05:19 +0200 (CEST)) Subject: Re: [PATCH/RFA]: New architecture method: regset_from_core_section Reply-to: Eli Zaretskii References: <200310111305.h9BD5JLE078955@elgar.kettenis.dyndns.org> X-SW-Source: 2003-10/txt/msg00407.txt.bz2 > Date: Sat, 11 Oct 2003 15:05:19 +0200 (CEST) > From: Mark Kettenis > > Eli, are the doc bits OK? Yes, but please fix this small blunder: > +Return the appropriate register set for a core file section with name > +SECT_NAME and size SECT_SIZE. SECT_NAME and SECT_SIZE should be @var{sect_name} and @var{sect_size}, exactly as they apper in the @item line. (You see them in caps in the Info manual because that's how makeinfo renders @var for text-mode displays. TeX produces a slanted typeface for that.) Thanks.