summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-07-01 18:28:50 +0200
committerRichard Levitte <levitte@openssl.org>2017-07-03 19:33:30 +0200
commitef40a25724861320aa5bd3e2a90471513b7ae327 (patch)
treefbe8a33c009f3a776eb79ad1d885fcdb8a45cc56 /doc
parent6650db730960e5c5429e70db1b998c90228f44a1 (diff)
Correct documentation for UI_get0_result_string
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3824)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/UI_STRING.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/crypto/UI_STRING.pod b/doc/crypto/UI_STRING.pod
index 12d5a40b3b..340d9b2ae2 100644
--- a/doc/crypto/UI_STRING.pod
+++ b/doc/crypto/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<UIT_BOOLEAN> type UI strings, NULL for any other type.
-UI_get0_result_string() returns the UI string action description
-string for B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for
-any other type.
+UI_get0_result_string() returns the UI string result buffer for
+B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for any other
+type.
UI_get0_test_string() returns the UI string action description
string for B<UIT_VERIFY> type UI strings, NULL for any other type.