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:50:48 +0100
commit03706afa30aeb4407287171a9d6f9a765395d0a2 (patch)
tree50c81cdf8d4ea9ec8aea9f2c560dbb53795f10a1 /doc
parent8cf2782399c449ecf91f2d292f483e7999a40f6d (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>
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 a06393defb..d4790605b4 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -542,7 +542,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>