diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-13 16:24:13 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-13 16:24:13 (GMT) |
commit | 1b4b3825dac84f6e3e4e40351b047cc7a3a4d179 (patch) | |
tree | 33ecd4a6b8e9f59529ac813c6036e9c4e3d9cfeb /web/input/doc/faq | |
parent | 1d409151dcdfcc91faa081cbc50dcccb2e94655a (diff) | |
download | site-1b4b3825dac84f6e3e4e40351b047cc7a3a4d179.tar.gz |
Capitalize "Extra-Opts"
"Extra-Opts" is a name.
Diffstat (limited to 'web/input/doc/faq')
-rw-r--r-- | web/input/doc/faq/private-c-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/doc/faq/private-c-api.md b/web/input/doc/faq/private-c-api.md index 585ca42..c814d8c 100644 --- a/web/input/doc/faq/private-c-api.md +++ b/web/input/doc/faq/private-c-api.md | |||
@@ -64,7 +64,7 @@ state file to be `.../{keyname}`. | |||
64 | The `keyname` will have any non alphanumerics replaced with "`_`". | 64 | The `keyname` will have any non alphanumerics replaced with "`_`". |
65 | 65 | ||
66 | If `keyname` is `NULL`, will generate an SHA1 `keyname` based on the `argv` of | 66 | If `keyname` is `NULL`, will generate an SHA1 `keyname` based on the `argv` of |
67 | the plugin (using the [extra-opts][extra-opts] parsed version, if applicable). | 67 | the plugin (using the [Extra-Opts][extra-opts] parsed version, if applicable). |
68 | 68 | ||
69 | *Note:* The `keyname` should be uniquely defined for a particular service, to | 69 | *Note:* The `keyname` should be uniquely defined for a particular service, to |
70 | avoid a second invocation of the plugin to use the state information from a | 70 | avoid a second invocation of the plugin to use the state information from a |