From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28441 invoked by alias); 24 Feb 2011 19:12:37 -0000 Received: (qmail 28429 invoked by uid 22791); 24 Feb 2011 19:12:37 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Feb 2011 19:12:29 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LH400200YGB5500@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 24 Feb 2011 21:12:26 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.53.157]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LH40024SYON5110@a-mtaout21.012.net.il>; Thu, 24 Feb 2011 21:12:25 +0200 (IST) Date: Thu, 24 Feb 2011 19:22:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 04/18] add new "unload" command (symetry of existing "load" command) In-reply-to: <1298569763-18784-5-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org, brobecker@adacore.com Reply-to: Eli Zaretskii Message-id: <83aahls0v9.fsf@gnu.org> References: <1298569763-18784-1-git-send-email-brobecker@adacore.com> <1298569763-18784-5-git-send-email-brobecker@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: 2011-02/txt/msg00727.txt.bz2 > From: Joel Brobecker > Cc: Joel Brobecker > Date: Thu, 24 Feb 2011 12:49:09 -0500 > > +If your @value{GDBN} does not have an @code{unload} command, attempting > +to execute it triggers the error message ``@code{You can't do that when > +your target is @dots{}}'' ``@code{...}'' is wrong, because in Info output, @code adds yet another quote, which is too much. How about @emph{..} instead, like so: @emph{"You can't do that when your target is @dots{}"} The documentation part is okay with this change.