From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13862 invoked by alias); 10 Dec 2014 18:33:55 -0000 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 Received: (qmail 13851 invoked by uid 89); 10 Dec 2014 18:33:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp13.uk.ibm.com Received: from e06smtp13.uk.ibm.com (HELO e06smtp13.uk.ibm.com) (195.75.94.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 10 Dec 2014 18:33:54 +0000 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Dec 2014 18:33:50 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp13.uk.ibm.com (192.168.101.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 10 Dec 2014 18:33:48 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4C00E2190041 for ; Wed, 10 Dec 2014 18:33:19 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBAIXmVr50790518 for ; Wed, 10 Dec 2014 18:33:48 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBAIXl6Q003492 for ; Wed, 10 Dec 2014 11:33:48 -0700 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-196.boeblingen.de.ibm.com [9.152.212.196]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sBAIXlu5003463; Wed, 10 Dec 2014 11:33:47 -0700 From: Andreas Arnez To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v3 1/2] Add new GDB command "maint print user-registers" References: <1418232159-15289-1-git-send-email-arnez@linux.vnet.ibm.com> <1418232159-15289-2-git-send-email-arnez@linux.vnet.ibm.com> <83zjavtm0s.fsf@gnu.org> Date: Wed, 10 Dec 2014 18:33:00 -0000 In-Reply-To: <83zjavtm0s.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 10 Dec 2014 20:09:07 +0200") Message-ID: <87k31zmk1g.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14121018-0013-0000-0000-0000022B51F0 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00225.txt.bz2 On Wed, Dec 10 2014, Eli Zaretskii wrote: > When you first introduce new terminology, it is best to use @dfn, like > this: > > List all currently available @dfn{user registers}. > > This will look prettier in print, and will have the same effect as > ``..'' in the Info manual. Sure, I will include this change in the next version.