public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/14218] New: manual/Argp.html: Sentence should have been at the end pf previous paragraph?
@ 2012-06-10 21:00 regid23 at yahoo dot com
  2012-06-10 21:02 ` [Bug manual/14218] " regid23 at yahoo dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: regid23 at yahoo dot com @ 2012-06-10 21:00 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 14218
           Summary: manual/Argp.html: Sentence should have been at the end
                    pf previous paragraph?
           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


For Edition 0.13, last updated 2011-07-19, of The GNU C Library Reference
Manual, for Version 2.14 of the GNU C Library, seen at
http://www.gnu.org/software/libc/manual/html_node/Argp.html#Argp

  Not sure about the patch.  I think, however, that currently the text, or
maybe just the formatting, is somewhat unclear.

--- a/html/Argp.html   2011-05-02 21:17:30.000000000 +0300
+++ b/html/Argp.html   2012-06-10 20:21:08.000000000 +0300
@@ -88,10 +88,10 @@ See <a href="Program-Arguments.html#Prog
 <div class="defun">
 &mdash; Function: error_t <b>argp_parse</b> (<var>const struct argp *argp, int
argc, char **argv, unsigned flags, int *arg_index, void *input</var>)<var><a
name="index-argp_005fparse-3036"></a></var><br>
 <blockquote><p>The <code>argp_parse</code> function parses the arguments in
<var>argv</var>, of
-length <var>argc</var>, using the argp parser <var>argp</var>.  See <a
href="Argp-Parsers.html#Argp-Parsers">Argp Parsers</a>.
+length <var>argc</var>, using the argp parser <var>argp</var>.  See <a
href="Argp-Parsers.html#Argp-Parsers">Argp Parsers</a>. A value of zero is the
same as a <code>struct argp</code>containing all
+zeros.

-        <p>A value of zero is the same as a <code>struct argp</code>containing
all
-zeros.  <var>flags</var> is a set of flag bits that modify the parsing
+        <p><var>flags</var> is a set of flag bits that modify the parsing
 behavior.  See <a href="Argp-Flags.html#Argp-Flags">Argp Flags</a>. 
<var>input</var> is passed through to the argp
 parser <var>argp</var>, and has meaning defined by <var>argp</var>.  A typical
 usage is to pass a pointer to a structure which is used for specifying

-- 
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/14218] manual/Argp.html: Sentence should have been at the end pf previous paragraph?
  2012-06-10 21:00 [Bug manual/14218] New: manual/Argp.html: Sentence should have been at the end pf previous paragraph? regid23 at yahoo dot com
@ 2012-06-10 21:02 ` regid23 at yahoo dot com
  2012-06-11 23:22 ` roland at gnu dot org
  2014-06-19 14:31 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: regid23 at yahoo dot com @ 2012-06-10 21:02 UTC (permalink / raw)
  To: glibc-bugs

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

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/14218] manual/Argp.html: Sentence should have been at the end pf previous paragraph?
  2012-06-10 21:00 [Bug manual/14218] New: manual/Argp.html: Sentence should have been at the end pf previous paragraph? regid23 at yahoo dot com
  2012-06-10 21:02 ` [Bug manual/14218] " regid23 at yahoo dot com
@ 2012-06-11 23:22 ` roland at gnu dot org
  2014-06-19 14:31 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: roland at gnu dot org @ 2012-06-11 23:22 UTC (permalink / raw)
  To: glibc-bugs

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

Roland McGrath <roland at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Roland McGrath <roland at gnu dot org> 2012-06-11 23:22:09 UTC ---
Fixed.

-- 
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/14218] manual/Argp.html: Sentence should have been at the end pf previous paragraph?
  2012-06-10 21:00 [Bug manual/14218] New: manual/Argp.html: Sentence should have been at the end pf previous paragraph? regid23 at yahoo dot com
  2012-06-10 21:02 ` [Bug manual/14218] " regid23 at yahoo dot com
  2012-06-11 23:22 ` roland at gnu dot org
@ 2014-06-19 14:31 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-19 14:31 UTC (permalink / raw)
  To: glibc-bugs

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

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:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-10 21:00 [Bug manual/14218] New: manual/Argp.html: Sentence should have been at the end pf previous paragraph? regid23 at yahoo dot com
2012-06-10 21:02 ` [Bug manual/14218] " regid23 at yahoo dot com
2012-06-11 23:22 ` roland at gnu dot org
2014-06-19 14:31 ` 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).