This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: glibc manual: html character entity incorrect


Steve Ward <planet36@gmail.com> skribis:

> On this page:
> http://www.gnu.org/software/libc/manual/html_node/Exponents-and-Logarithms.html#Exponents-and-Logarithms
>
> In this section:
> Function: long double logbl (long double x)
>
> The infinity html character entity is incorrect.
> """
> If x is de-normalized, logb returns the exponent x would have if it
> were normalized. If x is infinity (positive or negative), logb returns
> &infin;. If x is zero, logb returns &infin;. It does not signal.
> """
>
> In the page source, I see "&amp;infin;".  It should be "&infin;".

The page above was produced by makeinfo 4.13.  Version 5.0 doesnât seem
to have this problem.

Ludoâ.


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