From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13069 invoked by alias); 15 Feb 2002 18:49:45 -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 12804 invoked from network); 15 Feb 2002 18:49:39 -0000 Received: from unknown (HELO mirapoint.inter.net.il) (192.114.186.20) by sources.redhat.com with SMTP; 15 Feb 2002 18:49:39 -0000 Received: from zaretsky (diup-218-126.inter.net.il [213.8.218.126]) by mirapoint.inter.net.il (Mirapoint) with ESMTP id BEY08204; Fri, 15 Feb 2002 20:49:27 +0200 (IST) Date: Fri, 15 Feb 2002 10:49:00 -0000 From: "Eli Zaretskii" To: drow@mvista.com Message-Id: <7263-Fri15Feb2002204634+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb-patches@sources.redhat.com In-reply-to: <20020215110124.A21634@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 15 Feb 2002 11:01:24 -0500) Subject: Re: [RFA] gdbserver --attach support Reply-to: Eli Zaretskii References: <20020117152504.A6947@nevyn.them.org> <6137-Fri18Jan2002101403+0200-eliz@is.elta.co.il> <20020215110124.A21634@nevyn.them.org> X-SW-Source: 2002-02/txt/msg00432.txt.bz2 > Date: Fri, 15 Feb 2002 11:01:24 -0500 > From: Daniel Jacobowitz > > Well, that took me much too long. Eli, how's this? I haven't written > texinfo before, but I think I did OK. You did very well. Allow me a minor comment: > +@smallexample > +target> gdbserver @var{comm} --attach @var{PID} > +@end smallexample There's no need to up-case the argument of @var. In the Info manual, it will be up-cased by makeinfo. But in the printed manual, TeX typesets @var in a slanted typeface, so upper-case PID will look ugly. The same pertains to the HTML output. So just @var{pid} should do the job. Otherwise, please commit this.