From f45e45a3e07ccd555a3130a9413fcebe6d8f5213 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Wed, 14 Oct 2015 11:49:58 -0400 Subject: manual/argp.texi (Specifying Argp Parsers): Fix typo. --- manual/argp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/argp.texi b/manual/argp.texi index be1d158f22..dae68099d5 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}. -- cgit 1.4.1