diff options
author | Namhyung Kim <namhyung@gmail.com> | 2015-10-14 11:49:58 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-14 11:49:58 -0400 |
commit | f45e45a3e07ccd555a3130a9413fcebe6d8f5213 (patch) | |
tree | 299a0974b88425de2dbe75504a9c99749899171c /manual/argp.texi | |
parent | 90b2517115a56ca9f5625f3e16c2629deeac55a9 (diff) | |
download | glibc-f45e45a3e07ccd555a3130a9413fcebe6d8f5213.zip glibc-f45e45a3e07ccd555a3130a9413fcebe6d8f5213.tar.gz glibc-f45e45a3e07ccd555a3130a9413fcebe6d8f5213.tar.bz2 |
manual/argp.texi (Specifying Argp Parsers): Fix typo.
Diffstat (limited to 'manual/argp.texi')
-rw-r--r-- | manual/argp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |