From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31957 invoked by alias); 5 Apr 2013 16:24:10 -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 31945 invoked by uid 89); 5 Apr 2013 16:24:09 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 05 Apr 2013 16:24:02 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r35GNxhD024210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Apr 2013 12:24:00 -0400 Received: from host2.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r35FUDZB011633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 5 Apr 2013 11:30:15 -0400 Date: Fri, 05 Apr 2013 19:06:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [patchv2+doc] New gdbinit.5 man page + converted gdb.1+gdbserver.1 Message-ID: <20130405153012.GA25225@host2.jankratochvil.net> References: <20130219162741.GA4493@host2.jankratochvil.net> <838v6kp4gu.fsf@gnu.org> <20130220084353.GA801@host2.jankratochvil.net> <83fw0qokfw.fsf@gnu.org> <20130404160915.GA11966@host2.jankratochvil.net> <83sj36fcxb.fsf@gnu.org> <20130404171439.GA20464@host2.jankratochvil.net> <83obduf9ny.fsf@gnu.org> <20130405150101.GA15883@host2.jankratochvil.net> <83wqshdmsk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83wqshdmsk.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-04/txt/msg00133.txt.bz2 On Fri, 05 Apr 2013 17:23:07 +0200, Eli Zaretskii wrote: > > On Thu, 04 Apr 2013 20:11:29 +0200, Eli Zaretskii wrote: > > > > +@c man begin SYNOPSIS gdb > > > > +gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}] > > > > +[@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}] > > > > +[@option{-b}@w{ }@var{bps}] > > > > + [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}] > > > > +[@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}] > > > > +[@option{-c}@w{ }@var{core}] [@option{-x}@w{ }@var{cmds}] > > > > + [@option{-d}@w{ }@var{dir}] [@var{prog}|@var{core}|@var{procID}] > > > > +@c man end [...] > No, of course not. But if you use @verbatim..@end verbatim around > this block, you can simply format the text exactly as you want it in > the produced formats, and makeinfo will not fill or reindent that > text. But with @verbatim I cannot use various highlighting with the @option or @var keywords. I want the highlighting both for info and for man. And putting @verbatim into it as is the info viewer then displays: File: gdb.info, Node: gdb man, Next: gdbserver man, Up: Man Pages gdb man ======= gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}] [@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}] [@option{-b}@w{ }@var{bps}] ... Thanks, Jan