summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-11 16:13:52 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-11 20:52:17 +0100
commitce5ae63ab2f3a85795462cf91e8be3f1be013992 (patch)
tree0d24743da3ddbd94efa0e4179194518536b8ea5f /doc
parent4dcdde120bac79979d1ce63cc652e7b53fab4f49 (diff)
Use default field separator.
If the field separator isn't specified through -nameopt then use XN_FLAG_SEP_CPLUS_SPC instead of printing nothing and returing an error. PR#2397 Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 03706afa30aeb4407287171a9d6f9a765395d0a2)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/x509.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index a1326edeef..26f71c8832 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -539,7 +539,8 @@ very rare and their use is discouraged). The options ending in
"space" additionally place a space after the separator to make it
more readable. The B<sep_multiline> uses a linefeed character for
the RDN separator and a spaced B<+> for the AVA separator. It also
-indents the fields by four characters.
+indents the fields by four characters. If no field separator is specified
+then B<sep_comma_plus_space> is used by default.
=item B<dn_rev>