public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/14246] New: The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links
@ 2012-06-15  1:53 regid23 at yahoo dot com
  2012-06-15  1:54 ` [Bug manual/14246] " regid23 at yahoo dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: regid23 at yahoo dot com @ 2012-06-15  1:53 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug manual/14246] The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links
  2012-06-15  1:53 [Bug manual/14246] New: The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links regid23 at yahoo dot com
@ 2012-06-15  1:54 ` regid23 at yahoo dot com
  2012-12-11  3:37 ` siddhesh at redhat dot com
  2014-06-19 14:28 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: regid23 at yahoo dot com @ 2012-06-15  1:54 UTC (permalink / raw)
  To: glibc-bugs

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

regid23 at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |regid23 at yahoo dot com

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug manual/14246] The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links
  2012-06-15  1:53 [Bug manual/14246] New: The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links regid23 at yahoo dot com
  2012-06-15  1:54 ` [Bug manual/14246] " regid23 at yahoo dot com
@ 2012-12-11  3:37 ` siddhesh at redhat dot com
  2014-06-19 14:28 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: siddhesh at redhat dot com @ 2012-12-11  3:37 UTC (permalink / raw)
  To: glibc-bugs

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

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |siddhesh at redhat dot com
         Resolution|                            |FIXED

--- Comment #1 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2012-12-11 03:36:52 UTC ---
Thanks, fixed in master.

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug manual/14246] The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links
  2012-06-15  1:53 [Bug manual/14246] New: The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links regid23 at yahoo dot com
  2012-06-15  1:54 ` [Bug manual/14246] " regid23 at yahoo dot com
  2012-12-11  3:37 ` siddhesh at redhat dot com
@ 2014-06-19 14:28 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-19 14:28 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-19 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15  1:53 [Bug manual/14246] New: The numbering of section 25.3.5.(2|3) is not consistent with the next and prev links regid23 at yahoo dot com
2012-06-15  1:54 ` [Bug manual/14246] " regid23 at yahoo dot com
2012-12-11  3:37 ` siddhesh at redhat dot com
2014-06-19 14:28 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).