summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2007-03-15 20:15:15 +0000
committersimon <simon@FreeBSD.org>2007-03-15 20:15:15 +0000
commiteeba69019016572d311c7a8d220c58ed6179058b (patch)
tree43bc5ebcdf4cceae2e2c54a5b3a7c1b72007e0c3 /secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
parent394ba190a3f3c2ec13e67e830b6faeb2dd3e651c (diff)
downloadFreeBSD-src-eeba69019016572d311c7a8d220c58ed6179058b.zip
FreeBSD-src-eeba69019016572d311c7a8d220c58ed6179058b.tar.gz
Upgrade to OpenSSL 0.9.8e.
Diffstat (limited to 'secure/lib/libcrypto/man/ASN1_STRING_print_ex.3')
-rw-r--r--secure/lib/libcrypto/man/ASN1_STRING_print_ex.38
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
index baac509..10955ca 100644
--- a/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
+++ b/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "ASN1_STRING_print_ex 3"
-.TH ASN1_STRING_print_ex 3 "2006-10-01" "0.9.8d" "OpenSSL"
+.TH ASN1_STRING_print_ex 3 "2007-03-15" "0.9.8e" "OpenSSL"
.SH "NAME"
ASN1_STRING_print_ex, ASN1_STRING_print_ex_fp \- ASN1_STRING output routines.
.SH "SYNOPSIS"
@@ -172,9 +172,9 @@ interprets \s-1UTF8\s0 sequences.
.PP
Escaping takes several forms.
.PP
-If the character being escaped is a 16 bit character then the form \*(L"\eWXXXX\*(R" is used
+If the character being escaped is a 16 bit character then the form \*(L"\eUXXXX\*(R" is used
using exactly four characters for the hex representation. If it is 32 bits then
-\&\*(L"\eUXXXXXXXX\*(R" is used using eight characters of its hex representation. These forms
+\&\*(L"\eWXXXXXXXX\*(R" is used using eight characters of its hex representation. These forms
will only be used if \s-1UTF8\s0 conversion is not set (see below).
.PP
Printable characters are normally escaped using the backslash '\e' character. If
OpenPOWER on IntegriCloud