summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-11-28 22:04:25 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-11-28 22:04:25 +0000
commit40ea9ff9e8f8d3769e731caa37ed8eed81ea32b8 (patch)
tree42c4cca5c2bb33295a13140fc8da3f10184de15f /engines
parenta97a6b03bcf30994b54083bcd176f3cc905ab06a (diff)
Clarify a 'chil' engine param that is a little unintuitive.
Submitted by: Sander Temme <sander@temme.net>
Diffstat (limited to 'engines')
-rw-r--r--engines/e_chil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/e_chil.c b/engines/e_chil.c
index d659b01ead..e1847622ea 100644
--- a/engines/e_chil.c
+++ b/engines/e_chil.c
@@ -164,11 +164,11 @@ static const ENGINE_CMD_DEFN hwcrhk_cmd_defns[] = {
ENGINE_CMD_FLAG_STRING},
{HWCRHK_CMD_FORK_CHECK,
"FORK_CHECK",
- "Turns fork() checking on or off (boolean)",
+ "Turns fork() checking on (non-zero) or off (zero)",
ENGINE_CMD_FLAG_NUMERIC},
{HWCRHK_CMD_THREAD_LOCKING,
"THREAD_LOCKING",
- "Turns thread-safe locking on or off (boolean)",
+ "Turns thread-safe locking on (zero) or off (non-zero)",
ENGINE_CMD_FLAG_NUMERIC},
{HWCRHK_CMD_SET_USER_INTERFACE,
"SET_USER_INTERFACE",