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

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

Re: LD Documentation Bug


From: Nick Clifton
Subject: Re: LD Documentation Bug
Date: 30 Jul 2001 19:19:20 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi Jeff,

> This code fragment for the supporting text: 
> 
>   _bdata = (. + 3) & ~ 4;
> 
> should be this instead:
> 
>   _bdata = (. + 3) & ~ 3;

Thanks for pointing this out.  I have fixed the html documentation as
well as the original source files from which the html was derived.

Cheers
        Nick

PS.  Phil - I have applied the patch to the branch too.




reply via email to

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