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:32:18 +0200
commite9c9971b354115656f2378d869b33625534bb700 (patch)
treeb31b06ae82e542506e6caa74f27a7895b8363956 /doc
parentb4f2a462b752213135f6a64b22c8085901d2cb53 (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/man3/UI_STRING.pod6
1 files changed, 3 insertions, 3 deletions
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<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.