--- src/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 2006/11/20 05:31:49 1.7 +++ src/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 2007/03/28 19:05:58 1.8 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "ASN1_STRING_print_ex 3" -.TH ASN1_STRING_print_ex 3 "2006-11-19" "0.9.8d" "OpenSSL" +.TH ASN1_STRING_print_ex 3 "2007-03-28" "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