Remove explicit dependency on configdata.pm when processing .in files
[openssl.git] / doc / man3 / ASN1_STRING_print_ex.pod
index f0b70e836e9dde9a7d1f8e0f1e7053112fc29072..0ff03d798d24e6bffb3da6f75b6c48070ac1334c 100644 (file)
@@ -20,15 +20,15 @@ ASN1_tag2str, ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp, ASN1_STRING_print
 These functions output an B<ASN1_STRING> structure. B<ASN1_STRING> is used to
 represent all the ASN1 string types.
 
-ASN1_STRING_print_ex() outputs B<str> to B<out>, the format is determined by
-the options B<flags>. ASN1_STRING_print_ex_fp() is identical except it outputs
-to B<fp> instead.
+ASN1_STRING_print_ex() outputs I<str> to I<out>, the format is determined by
+the options I<flags>. ASN1_STRING_print_ex_fp() is identical except it outputs
+to I<fp> instead.
 
-ASN1_STRING_print() prints B<str> to B<out> but using a different format to
+ASN1_STRING_print() prints I<str> to I<out> but using a different format to
 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF)
 with '.'.
 
-ASN1_tag2str() returns a human-readable name of the specified ASN.1 B<tag>.
+ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
 
 =head1 NOTES
 
@@ -38,7 +38,7 @@ ASN1_STRING_print_ex() instead.
 Although there are a large number of options frequently B<ASN1_STRFLGS_RFC2253> is
 suitable, or on UTF8 terminals B<ASN1_STRFLGS_RFC2253 & ~ASN1_STRFLGS_ESC_MSB>.
 
-The complete set of supported options for B<flags> is listed below.
+The complete set of supported options for I<flags> is listed below.
 
 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters
 determined by RFC2253 are escaped. If B<ASN1_STRFLGS_ESC_CTRL> is set control
@@ -96,7 +96,7 @@ characters written or -1 if an error occurred.
 
 ASN1_STRING_print() returns 1 on success or 0 on error.
 
-ASN1_tag2str() returns a human-readable name of the specified ASN.1 B<tag>.
+ASN1_tag2str() returns a human-readable name of the specified ASN.1 I<tag>.
 
 =head1 SEE ALSO
 
@@ -107,7 +107,7 @@ L<ASN1_tag2str(3)>
 
 Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.