summaryrefslogtreecommitdiffstats
path: root/doc/perlvars.pm
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-24 23:02:09 -0400
committerPaul Yang <kaishen.yy@antfin.com>2020-01-06 11:15:46 +0800
commitbc24e3ee52aacf3afe700617a13995c8ac96c8d5 (patch)
tree70ab22071ffd809d30943df26aa8e796ccd95560 /doc/perlvars.pm
parent0d2bfe52bb7e839f7bddcdb1160c335f2994df2f (diff)
Move -nameopt to openssl.pod
Also clarify the description of the options. Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10259)
Diffstat (limited to 'doc/perlvars.pm')
-rw-r--r--doc/perlvars.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/perlvars.pm b/doc/perlvars.pm
index 01234f189b..5425c87e03 100644
--- a/doc/perlvars.pm
+++ b/doc/perlvars.pm
@@ -67,6 +67,14 @@ $OpenSSL::safe::opt_x_item = ""
. "Set extended certificate verification options.\n"
. "See L<openssl(1)/Extended Verification Options> for details.";
+# Name output options
+$OpenSSL::safe::opt_name_synopsis = ""
+. "[B<-nameopt> I<option>]";
+$OpenSSL::safe::opt_name_item = ""
+. "=item B<-nameopt> I<option>\n"
+. "\n"
+. "This specifies how the subject or issuer names are displayed.\n"
+. "See L<openssl(1)/Name Format Options> for details.";
# Random State Options
$OpenSSL::safe::opt_r_synopsis = ""