Bug 14246 - The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links
Summary: The numbering of section 25.3.5.(2|3) is not consistent with the next and pre...
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: manual (show other bugs)
Version: 2.14
: P2 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 01:52 UTC by regid23
Modified: 2014-06-19 14:28 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description regid23 2012-06-15 01:52:53 UTC
Consider:

    $ grep '25.3.5.\(2\|3\)' html/Argp-*.html
html/Argp-Helper-Functions.html:<h5 class="subsubsection">25.3.5.2 Functions For Use in Argp Parsers</h5>
html/Argp-Parsing-State.html:<h5 class="subsubsection">25.3.5.3 Argp Parsing State</h5>
    $

  According to this numbering:

Next     for 25.3.5.2 should be 25.3.5.3 Argp Parsing State
Previous for 25.3.5.3 should be 25.3.5.2 Functions For Use in Argp Parsers

and 25.3.5.3 should have no Next link.

  In reality:

    $ grep rel=\"next\" html/Argp-Helper-Functions.html
    $

    $ grep rel=\"next\" html/html/Argp-Parsing-State.html
    <link rel="next" href="Argp-Helper-Functions.html#Argp-Helper-Functions" title="Argp Helper Functions">
    Next:&nbsp;<a rel="next" accesskey="n" href="Argp-Helper-Functions.html#Argp-Helper-Functions">Argp Helper Functions</a>,
    $

  I am already confused.  I think the rel="prev" is also wrong.
Comment 1 Siddhesh Poyarekar 2012-12-11 03:36:52 UTC
Thanks, fixed in master.