From patchwork Sun Sep 29 20:55:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 278886 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 23A762C00AC for ; Mon, 30 Sep 2013 06:55:50 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=Smpgi+8kK6y1dAeB7rJc2OlyxaYqg+6ghUU2PjyAuvEVKG cnU2PmahM3JQ3jcGaSt1/SvCv1WscSeTSBwwLW4+9h9zSAnGsH6FLjkL8NswV8Tn ONbFs0b5q5mepZVcyoBINm5hVDOtrZTmhEzYuyq4QxnJuWk4xcDXDvKiv2WCA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=NgzO+zc8gM6beMrQo8/0YofPCqA=; b=h1l/8n9RlFvfbvgJYtH5 FDlvmjvjS7h37yqzi1rBZqAd9bPCq6HsUGLjJEA3aNP3E4ZB8QFpqsKQdX+Ma2jw RpDna9jj3Zb3Zz7kBTiWj1RY4+9ZUKPCweNCmJrj6KmkCDzCnhYW7sTfJKW/JRyY 3pOM5ZWPvFsgVBB6Rd28TE0= Received: (qmail 7727 invoked by alias); 29 Sep 2013 20:55:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 7713 invoked by uid 89); 29 Sep 2013 20:55:42 -0000 Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 29 Sep 2013 20:55:42 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL, BAYES_40, FREEMAIL_FROM, NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f51.google.com Received: by mail-pa0-f51.google.com with SMTP id kp14so5013562pab.10 for ; Sun, 29 Sep 2013 13:55:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.68.197.104 with SMTP id it8mr9847637pbc.17.1380488139374; Sun, 29 Sep 2013 13:55:39 -0700 (PDT) Received: by 10.70.129.145 with HTTP; Sun, 29 Sep 2013 13:55:39 -0700 (PDT) Date: Sun, 29 Sep 2013 22:55:39 +0200 Message-ID: Subject: [PATCH, doc]: Fix "@tex should only appear at a line beginning'" warnings From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Hello! Attached patch decorates mail addresses with @mail{} to avoid "@tex should only appear at a line beginning'" warnings. Also the patch adds @uref and http:// prefix for a webpage. 2013-09-29 Uros Bizjak * doc/gcc.texi (titlepage): Use @uref and http:// prefix for website. Use @email for email addresses. Tested with make doc on texinfo 5.1 Fedora 19. Uros. Index: gcc.texi =================================================================== --- gcc.texi (revision 203015) +++ gcc.texi (working copy) @@ -83,11 +83,11 @@ Published by: @multitable @columnfractions 0.5 0.5 @item GNU Press -@tab Website: www.gnupress.org +@tab Website: @uref{http://www.gnupress.org} @item a division of the -@tab General: @tex press@@gnu.org @end tex +@tab General: @email{press@@gnu.org} @item Free Software Foundation -@tab Orders: @tex sales@@gnu.org @end tex +@tab Orders: @email{sales@@gnu.org} @item 51 Franklin Street, Fifth Floor @tab Tel 617-542-5942 @item Boston, MA 02110-1301 USA