This is the mail archive of the glibc-bugs@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]

[Bug manual/14246] New: The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links


http://sourceware.org/bugzilla/show_bug.cgi?id=14246

             Bug #: 14246
           Summary: The numbering of section 25.3.5.(2|3) is not
                    consistent with the next and prev links
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: minor
          Priority: P2
         Component: manual
        AssignedTo: unassigned@sourceware.org
        ReportedBy: regid23@yahoo.com
                CC: mtk.manpages@gmail.com, roland@gnu.org
    Classification: Unclassified


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.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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