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

GNU C Library master sources branch master updated. glibc-2.22-379-gf45e45a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f45e45a3e07ccd555a3130a9413fcebe6d8f5213 (commit)
      from  90b2517115a56ca9f5625f3e16c2629deeac55a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f45e45a3e07ccd555a3130a9413fcebe6d8f5213

commit f45e45a3e07ccd555a3130a9413fcebe6d8f5213
Author: Namhyung Kim <namhyung@gmail.com>
Date:   Wed Oct 14 11:49:58 2015 -0400

    manual/argp.texi (Specifying Argp Parsers): Fix typo.

diff --git a/ChangeLog b/ChangeLog
index ce82600..5b825cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-14  Namhyung Kim  <namhyung@gmail.com>
+
+	* manaual/argp.texi (Specifying Argp Parsers): Fix typo.
+
 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
 
 	* include/stap-probe.h: Fix macro definition formatting.
diff --git a/manual/argp.texi b/manual/argp.texi
index be1d158..dae6809 100644
--- a/manual/argp.texi
+++ b/manual/argp.texi
@@ -202,7 +202,7 @@ explaining what the program does.  Documentation printed after the
 options describe behavior in more detail.
 
 @item const struct argp_child *children
-A pointer to a vector of @code{argp_children} structures.  This pointer
+A pointer to a vector of @code{argp_child} structures.  This pointer
 specifies which additional argp parsers should be combined with this
 one.  @xref{Argp Children}.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    4 ++++
 manual/argp.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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