Correct documentation for UI_get0_result_string
[openssl.git] / doc / man3 / UI_STRING.pod
index abd2cfc496d9ea55df10716c8cd8e058cba2d58f..340d9b2ae2c50b8dc15c3da6ebf10335e08920eb 100644 (file)
@@ -58,7 +58,7 @@ output (prompt, info, error, ...).
 UI_get0_action_string() is used to retrieve the action description
 associated with a B<UIT_BOOLEAN> type B<UI_STRING>.
 For all other B<UI_STRING> types, NULL is returned.
-See L<UI_Add_input_boolean(3)>.
+See L<UI_add_input_boolean(3)>.
 
 UI_get0_result_string() is used to retrieve the result of a prompt.
 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings.
@@ -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.