From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1842 invoked by alias); 16 Sep 2009 17:23:33 -0000 Received: (qmail 1832 invoked by uid 22791); 16 Sep 2009 17:23:32 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Sep 2009 17:23:26 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KQ200H00QNGUL00@i-mtaout6.012.net.il> for gdb-patches@sources.redhat.com; Wed, 16 Sep 2009 20:23:23 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.70.38.189]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KQ200J31QYX0WB0@i-mtaout6.012.net.il>; Wed, 16 Sep 2009 20:23:22 +0300 (IDT) Date: Wed, 16 Sep 2009 17:23:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] gdb: gdb.1 - order options alphabetically in manual page In-reply-to: <20090916154934.GD8910@adacore.com> To: Joel Brobecker Cc: jari.aalto@cante.net, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <834or2yfaq.fsf@gnu.org> References: <87hbvct24x.fsf@jondo.cante.net> <20090916154934.GD8910@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: 2009-09/txt/msg00522.txt.bz2 > Date: Wed, 16 Sep 2009 08:49:34 -0700 > From: Joel Brobecker > Cc: gdb-patches@sources.redhat.com > > -.TP > -.BI "\-symbols=" "file"\c > -.TP > -.BI "\-s " "file"\c > > Into: > > +.TP > +.B -s FILE, \-symbols=FILE > > As it turns out, I'm really wondering whether this is a correct change, > since the switch argument is no longer in italics. It seems to be the > convention that such arguments be in italics. Eli, what do you think? I think this part of the change is incorrect and should not be installed. The switch argument _should_ be in italics, since they are a functional equivalent of Texinfo's @var, which TeX typesets in italics or cursive.