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


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.


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