From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8250 invoked by alias); 25 Sep 2002 04:51:55 -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 8242 invoked from network); 25 Sep 2002 04:51:54 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 25 Sep 2002 04:51:54 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id GAA00163; Wed, 25 Sep 2002 06:49:07 +0200 (IST) Date: Tue, 24 Sep 2002 21:51:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Jelmer Vernooij cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Final(?) GDB/MI -symbol-* In-Reply-To: <20020924194132.GA3296@vernstok.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00604.txt.bz2 On Tue, 24 Sep 2002, Jelmer Vernooij wrote: > > Just put two blanks after each period that ends a sentence, like in the > > text I wrote above. > I hope I understood you right - would this new patch fix that? Yes, but there's still one place where you need to add a blank: +List type names. If @var{pattern} is specified, This should say +List type names. If @var{pattern} is specified, (note the two blanks before the "If"). Otherwise, fine.