From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26237 invoked by alias); 1 Feb 2011 18:50:59 -0000 Received: (qmail 26183 invoked by uid 22791); 1 Feb 2011 18:50:58 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Feb 2011 18:50:49 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LFY00G00C9YXW00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 01 Feb 2011 20:50:39 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.97.124]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LFY00FITCCDTBC0@a-mtaout20.012.net.il>; Tue, 01 Feb 2011 20:50:39 +0200 (IST) Date: Tue, 01 Feb 2011 18:50:00 -0000 From: Eli Zaretskii Subject: Re: [doc/gdbint] Mention some formatting guidelines for casts and unary operators In-reply-to: <201102011628.32860.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkqfeghr.fsf@gnu.org> References: <201102011628.32860.pedro@codesourcery.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/msg00009.txt.bz2 > From: Pedro Alves > Date: Tue, 1 Feb 2011 16:28:32 +0000 > > Okay? Yes, but please use ``@minus{}'' instead of ``-'' to produce the minus sign. ``-'' produces a dash character, which is typeset slightly differently in the printed version of the manual. Thanks.