From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19708 invoked by alias); 18 May 2014 09:10:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19686 invoked by uid 89); 18 May 2014 09:10:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f52.google.com Received: from mail-oa0-f52.google.com (HELO mail-oa0-f52.google.com) (209.85.219.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 18 May 2014 09:10:09 +0000 Received: by mail-oa0-f52.google.com with SMTP id eb12so4848821oac.25 for ; Sun, 18 May 2014 02:10:07 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.125.161 with SMTP id mr1mr28631144obb.47.1400404207498; Sun, 18 May 2014 02:10:07 -0700 (PDT) Received: by 10.182.231.137 with HTTP; Sun, 18 May 2014 02:10:07 -0700 (PDT) Date: Sun, 18 May 2014 09:10:00 -0000 Message-ID: Subject: [PATCH, doc]: Fix "POD document had syntax errors at /usr/bin/pod2man line 69." error From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Cc: Gerald Pfeifer Content-Type: multipart/mixed; boundary=089e0115f842548d5b04f9a9032c X-SW-Source: 2014-05/txt/msg01401.txt.bz2 --089e0115f842548d5b04f9a9032c Content-Type: text/plain; charset=UTF-8 Content-length: 1363 Hello! Attached patch fixes following errors in .pod document sources: gfdl.pod around line 53: Expected text after =item, not a number gfdl.pod around line 147: Expected text after =item, not a number gfdl.pod around line 165: Expected text after =item, not a number gfdl.pod around line 205: Expected text after =item, not a number gfdl.pod around line 357: Expected text after =item, not a number gfdl.pod around line 384: Expected text after =item, not a number gfdl.pod around line 400: Expected text after =item, not a number gfdl.pod around line 422: Expected text after =item, not a number gfdl.pod around line 445: Expected text after =item, not a number gfdl.pod around line 475: Expected text after =item, not a number gfdl.pod around line 499: Expected text after =item, not a number POD document had syntax errors at /usr/bin/pod2man line 69. gmake[3]: [doc/gfdl.7] Error 1 (ignored) As suggested in the fix for a similar problem [1], the solution is to put "Z<>" in the "=item" argument string. 2014-05-18 Uros Bizjak * texi2pod.pl: Force .pod file to not be a numbered list. The fix was tested by bootstrapping on Fedora20 x86_64-pc-linux-gnu, and also comparing previous .man and .html files with new ones. They were bit-exact. OK for mainline and 4.9? [1] http://comments.gmane.org/gmane.network.inn/9841 Uros. --089e0115f842548d5b04f9a9032c Content-Type: text/plain; charset=US-ASCII; name="c.diff.txt" Content-Disposition: attachment; filename="c.diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hvc4h00q0 Content-length: 789 SW5kZXg6IHRleGkycG9kLnBsCj09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0t IHRleGkycG9kLnBsCShyZXZpc2lvbiAyMTA1NzkpCisrKyB0ZXhpMnBvZC5w bAkod29ya2luZyBjb3B5KQpAQCAtMSw2ICsxLDYgQEAKICMhIC91c3IvYmlu L3BlcmwgLXcKIAotIyAgIENvcHlyaWdodCAoQykgMTk5OSwgMjAwMCwgMjAw MSwgMjAwMywgMjAxMCBGcmVlIFNvZnR3YXJlIEZvdW5kYXRpb24sIEluYy4K KyMgICBDb3B5cmlnaHQgKEMpIDE5OTktMjAxNCBGcmVlIFNvZnR3YXJlIEZv dW5kYXRpb24sIEluYy4KIAogIyBUaGlzIGZpbGUgaXMgcGFydCBvZiBHQ0Mu CiAKQEAgLTMzNyw3ICszMzcsNyBAQAogICAgICAgICAgICAgICAgICRfID0g IlxuPWl0ZW0gJDFcbiI7CiAgICAgICAgICAgICB9CiAJfSBlbHNlIHsKLQkg ICAgJF8gPSAiXG49aXRlbSAkaWNcbiI7CisJICAgICRfID0gIlxuPWl0ZW0g WlwmTFQ7XCZHVDskaWNcbiI7CiAJICAgICRpYyA9fiB5L0EtWWEteS9CLVpi LXovOwogCSAgICAkaWMgPX4gcy8oXGQrKS8kMSArIDEvZWc7CiAJfQo= --089e0115f842548d5b04f9a9032c--