diff mbox

Fix a typo in argp manual

Message ID 1444742666-25273-1-git-send-email-namhyung@gmail.com
State New
Headers show

Commit Message

Namhyung Kim Oct. 13, 2015, 1:24 p.m. UTC
The struct argp_children should argp_child.

	* manaual/argp.texi: Fix typo.
---
 manual/argp.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Carlos O'Donell Oct. 14, 2015, 3:52 p.m. UTC | #1
On 10/13/2015 09:24 AM, Namhyung Kim wrote:
> The struct argp_children should argp_child.
> 
> 	* manaual/argp.texi: Fix typo.
> ---
>  manual/argp.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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}.
>  
> 

Checked in. Thanks.

Tested by building pdf and reviewing text. Small enough that
no bug # is needed. Small enough that copyright doesn't apply.

If you are considering larger contributions, please review:
https://sourceware.org/glibc/wiki/Contribution%20checklist

Cheers,
Carlos.
diff mbox

Patch

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}.