From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9244 invoked by alias); 11 Jan 2002 20:24: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 9199 invoked from network); 11 Jan 2002 20:24:42 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 11 Jan 2002 20:24:42 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA00073; Fri, 11 Jan 2002 12:24:30 -0800 (PST) Message-ID: <3C3F48C5.CC369292@redhat.com> Date: Fri, 11 Jan 2002 12:24:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Add new cmd line parameter "--pid" for attach. References: <200201050321.g053L6l16505@reddwarf.cygnus.com> <15418.21637.258565.54021@localhost.cygnus.com> <3C3B70ED.D8256B4A@redhat.com> <15421.63701.263775.202282@localhost.cygnus.com> <3C3E1C5B.792436B4@redhat.com> <7458-Fri11Jan2002092024+0200-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00304.txt.bz2 Eli Zaretskii wrote: > > > Date: Thu, 10 Jan 2002 14:57:31 -0800 > > From: Michael Snyder > > > > OK, got it, doc change attached. > > The docs changes are okay, except for one minor point: > > > ! prefixing it with @samp{"./"}, eg. @samp{"./12345"}. > > These two @samp's should be just @file{./} and @file{./12345}. @file > does the right markup for file names, so you don't need the quotes. Thanks, corrected and committed.