projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8e8bb
)
(argp_args_usage): Supply correct argp to filter_doc.
author
drepper
<drepper>
Thu, 29 May 1997 10:47:35 +0000
(10:47 +0000)
committer
drepper
<drepper>
Thu, 29 May 1997 10:47:35 +0000
(10:47 +0000)
argp/argp-help.c
patch
|
blob
|
history
diff --git
a/argp/argp-help.c
b/argp/argp-help.c
index
e18ee41
..
2120ab1
100644
(file)
--- a/
argp/argp-help.c
+++ b/
argp/argp-help.c
@@
-1315,8
+1315,7
@@
argp_args_usage (const struct argp *argp, const struct argp_state *state,
int multiple = 0;
const struct argp_child *child = argp->children;
const char *tdoc = gettext (argp->args_doc), *nl = 0;
- const char *fdoc = filter_doc (tdoc, ARGP_KEY_HELP_ARGS_DOC,
- state ? state->root_argp : 0, state);
+ const char *fdoc = filter_doc (tdoc, ARGP_KEY_HELP_ARGS_DOC, argp, state);
if (fdoc)
{