From: Geoff Thorpe Date: Fri, 28 Nov 2008 22:04:49 +0000 (+0000) Subject: Clarify a 'chil' engine param that is a little unintuitive. X-Git-Tag: OpenSSL_0_9_8k^2~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71702f7ed0f765d3569b0ce149cbeb40e427e425;p=oweals%2Fopenssl.git Clarify a 'chil' engine param that is a little unintuitive. Submitted by: Sander Temme --- diff --git a/engines/e_chil.c b/engines/e_chil.c index 3cf1719e7c..c0643256f2 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",