diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-05-16 02:24:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-16 11:47:10 -0700 |
commit | ca156cfcc2dee5a1cee4f96023bb2f8c15a2c48c (patch) | |
tree | bc10fe840034b5eb1ff24c3f8c4817660cb299a1 | |
parent | Turn on USE_ST_TIMESPEC for OpenBSD (diff) | |
download | tgif-ca156cfcc2dee5a1cee4f96023bb2f8c15a2c48c.tar.xz |
api-parse-options.txt: use 'func' instead of 'funct'
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/technical/api-parse-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt index e66ca9f70c..e30c602f47 100644 --- a/Documentation/technical/api-parse-options.txt +++ b/Documentation/technical/api-parse-options.txt @@ -198,7 +198,7 @@ The function must be defined in this form: The callback mechanism is as follows: -* Inside `funct`, the only interesting member of the structure +* Inside `func`, the only interesting member of the structure given by `opt` is the void pointer `opt->value`. `\*opt->value` will be the value that is saved into `var`, if you use `OPT_CALLBACK()`. |