mirror of git://sourceware.org/git/glibc.git
manual/argp.texi (Specifying Argp Parsers): Fix typo.
This commit is contained in:
parent
90b2517115
commit
f45e45a3e0
|
@ -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>
|
2015-10-14 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
* include/stap-probe.h: Fix macro definition formatting.
|
* include/stap-probe.h: Fix macro definition formatting.
|
||||||
|
|
|
@ -202,7 +202,7 @@ explaining what the program does. Documentation printed after the
|
||||||
options describe behavior in more detail.
|
options describe behavior in more detail.
|
||||||
|
|
||||||
@item const struct argp_child *children
|
@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
|
specifies which additional argp parsers should be combined with this
|
||||||
one. @xref{Argp Children}.
|
one. @xref{Argp Children}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue