summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/X509_NAME_print_ex.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/X509_NAME_print_ex.pod')
-rw-r--r--src/lib/libcrypto/doc/X509_NAME_print_ex.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/X509_NAME_print_ex.pod b/src/lib/libcrypto/doc/X509_NAME_print_ex.pod
index 2579a5dc9d..b2d86d4ddb 100644
--- a/src/lib/libcrypto/doc/X509_NAME_print_ex.pod
+++ b/src/lib/libcrypto/doc/X509_NAME_print_ex.pod
@@ -27,7 +27,7 @@ X509_NAME_oneline() prints an ASCII version of B<a> to B<buf>. At most B<size>
27bytes will be written. If B<buf> is B<NULL> then a buffer is dynamically allocated 27bytes will be written. If B<buf> is B<NULL> then a buffer is dynamically allocated
28and returned, otherwise B<buf> is returned. 28and returned, otherwise B<buf> is returned.
29 29
30X509_NAME_print() prints out B<name> to B<bp> indenting each line by B<obase> 30X509_NAME_print() prints out B<name> to B<bp> indenting each line by B<obase>
31characters. Multiple lines are used if the output (including indent) exceeds 31characters. Multiple lines are used if the output (including indent) exceeds
3280 characters. 3280 characters.
33 33
@@ -76,7 +76,7 @@ printed instead of the values.
76If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this 76If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this
77is only of use for multiline format. 77is only of use for multiline format.
78 78
79Additionally all the options supported by ASN1_STRING_print_ex() can be used to 79Additionally all the options supported by ASN1_STRING_print_ex() can be used to
80control how each field value is displayed. 80control how each field value is displayed.
81 81
82In addition a number options can be set for commonly used formats. 82In addition a number options can be set for commonly used formats.