bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bfd.texinfo -- trivial bug


From: David Taylor
Subject: bfd.texinfo -- trivial bug
Date: Tue, 30 Sep 2003 11:52:41 -0400

In bfd/doc/bfd.texinfo, we find the line:

    \xdef\manvers{\1.5}  % For use in headers, footers too

the \ before the 1.5 causes problems when running tex on the file (via
texi2dvi).  Changing the line to:

    \xdef\manvers{1.5}  % For use in headers, footers too

fixes the problem (and produces 1.5 at the appropriate place when the
dvi or ps file is viewed).

Take care,

David

p.s. problem exists in the src repository at the HEAD of the trunk.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]