From: Richard Levitte Date: Sat, 1 Jul 2017 16:28:50 +0000 (+0200) Subject: Correct documentation for UI_get0_result_string X-Git-Tag: OpenSSL_1_1_1-pre1~1124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9c9971b354115656f2378d869b33625534bb700;p=oweals%2Fopenssl.git Correct documentation for UI_get0_result_string Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/3824) --- diff --git a/doc/man3/UI_STRING.pod b/doc/man3/UI_STRING.pod index 12d5a40b3b..340d9b2ae2 100644 --- a/doc/man3/UI_STRING.pod +++ b/doc/man3/UI_STRING.pod @@ -99,9 +99,9 @@ UI_get0_output_string() returns the UI string output string. UI_get0_action_string() returns the UI string action description string for B type UI strings, NULL for any other type. -UI_get0_result_string() returns the UI string action description -string for B and B type UI strings, NULL for -any other type. +UI_get0_result_string() returns the UI string result buffer for +B and B type UI strings, NULL for any other +type. UI_get0_test_string() returns the UI string action description string for B type UI strings, NULL for any other type.