From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30215 invoked by alias); 11 Nov 2007 07:48:10 -0000 Received: (qmail 30203 invoked by uid 22791); 11 Nov 2007 07:48:09 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 11 Nov 2007 07:48:07 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-247-242.inter.net.il [84.229.247.242]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ECH01887 (AUTH halo1); Sun, 11 Nov 2007 09:47:51 +0200 (IST) Date: Sun, 11 Nov 2007 07:48:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sourceware.org In-reply-to: <20071110181955.GA2141@adacore.com> (message from Joel Brobecker on Sat, 10 Nov 2007 10:19:55 -0800) Subject: Re: [RFA/doco] Document "set/show print frame-arguments" Reply-to: Eli Zaretskii References: <20071109191300.GC4339@adacore.com> <20071110181955.GA2141@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00212.txt.bz2 > Date: Sat, 10 Nov 2007 10:19:55 -0800 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > Please use @dots{} here and elsewhere, it looks better in print. > > Should I use that in @smallexample too? Sure, why not? > +is replaced by @dots{}. In this case, the example above now becomes: @code{@dots{}} Also, there's still one place with only one space after a period that ends a sentence. Otherwise, fine with me. Thanks!