This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, doc]: Fix "POD document had syntax errors at /usr/bin/pod2man line 69." error


On Sun, May 18, 2014 at 11:10 AM, Uros Bizjak <ubizjak@gmail.com> wrote:

> 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  <ubizjak@gmail.com>
>
>     * 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.

I went ahead and install the patch in the mainline. It is a trivial
one-liner, and can be easily reverted if it makes troubles.

Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]