From: Namhyung Kim Date: Wed, 14 Oct 2015 15:49:58 +0000 (-0400) Subject: manual/argp.texi (Specifying Argp Parsers): Fix typo. X-Git-Tag: glibc-2.23~348 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f45e45a3e07ccd555a3130a9413fcebe6d8f5213;p=thirdparty%2Fglibc.git manual/argp.texi (Specifying Argp Parsers): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index ce8260069e5..5b825cd3f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-14 Namhyung Kim + + * manaual/argp.texi (Specifying Argp Parsers): Fix typo. + 2015-10-14 Carlos O'Donell * include/stap-probe.h: Fix macro definition formatting. diff --git a/manual/argp.texi b/manual/argp.texi index be1d158f226..dae68099d55 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}.