summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-19 06:20:07 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-20 16:21:50 +0200
commita5319447964570ce1e9d2ad34c75d5ded429d857 (patch)
tree98be4d201114cf3de431a30d7e027d1c93544044
parentca3c0d7c030e4ba8ae6df2e1ea39d9872dac5d48 (diff)
Revert "Document the esc_2254 command line name option"
This reverts commit 54fc5795c9f7d0dc95d537672c716c9d250eb0fb. Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--doc/apps/x509.pod7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 13db4c060e..26f71c8832 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -464,15 +464,10 @@ B<space_eq>, B<lname> and B<align>.
=item B<esc_2253>
-escape the "special" characters required by RFC2253 in a field. That is
+escape the "special" characters required by RFC2253 in a field That is
B<,+"E<lt>E<gt>;>. Additionally B<#> is escaped at the beginning of a string
and a space character at the beginning or end of a string.
-=item B<esc_2254>
-
-escape the "special" characters required by RFC2254 in a field. That is
-the B<NUL> character as well as and B<()*>.
-
=item B<esc_ctrl>
escape control characters. That is those with ASCII values less than