From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 593 invoked by alias); 10 Dec 2002 20:19: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 553 invoked from network); 10 Dec 2002 20:19:32 -0000 Received: from unknown (HELO diana.inter.net.il) (192.114.186.19) by sources.redhat.com with SMTP; 10 Dec 2002 20:19:32 -0000 Received: from zaretsky ([80.230.195.236]) by diana.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id ASE53812; Tue, 10 Dec 2002 22:19:20 +0200 (IST) Date: Tue, 10 Dec 2002 12:22:00 -0000 From: "Eli Zaretskii" To: jjohnstn@redhat.com Message-Id: <7263-Tue10Dec2002221810+0200-eliz@is.elta.co.il> CC: ezannoni@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <3DF64046.2000004@redhat.com> (jjohnstn@redhat.com) Subject: Re: Proposed patch for gdb/mi 741 Reply-to: Eli Zaretskii References: <3DF64046.2000004@redhat.com> X-SW-Source: 2002-12/txt/msg00338.txt.bz2 > Date: Tue, 10 Dec 2002 14:28:06 -0500 > From: "J. Johnston" > > > > The doco patch is approved, with one minor gripe: you don't really > > explain the syntax of adding multiple directories. One of the examples > > suggests that they should be separated by a colon, but that's probably > > not true for the DOS/Windows ports, where a semicolon should be used, > > right? I suggest to add something about this to the doco. > > > > Actually, the multiple directories are input on the command, > separated by blanks See what I mean? ;-) > (this is defined by the syntax of the command). The separator found in > the output of the command is dependenent on the system. I have modified the > doc slightly to add examples that specify more than one directory separated > by a blank. Is that sufficient to handle your concern? It's better, but I'd prefer that the text said explicitly that multiple directories should be separated by blanks. (This, of course, raises the issue of directories whose names include blanks ;-)