The branch master has been updated
       via  e9c9971b354115656f2378d869b33625534bb700 (commit)
      from  b4f2a462b752213135f6a64b22c8085901d2cb53 (commit)


- Log -----------------------------------------------------------------
commit e9c9971b354115656f2378d869b33625534bb700
Author: Richard Levitte <[email protected]>
Date:   Sat Jul 1 18:28:50 2017 +0200

    Correct documentation for UI_get0_result_string
    
    Reviewed-by: Ben Kaduk <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/3824)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/UI_STRING.pod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/man3/UI_STRING.pod b/doc/man3/UI_STRING.pod
index 12d5a40..340d9b2 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.
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to