summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-smime.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-01 09:57:37 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-09 10:41:12 +0200
commitb1c0cc24564e7c8d3cd8a437585c230259584bb7 (patch)
treef258a9b679354a7f365fb0e5e0b67551cfbecf7f /doc/man1/openssl-smime.pod
parent18caaa2ec41246267fc3e59160dbc19301d988a1 (diff)
Command docs: fix ellipses, the easy cases
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10065)
Diffstat (limited to 'doc/man1/openssl-smime.pod')
-rw-r--r--doc/man1/openssl-smime.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man1/openssl-smime.pod b/doc/man1/openssl-smime.pod
index dc4a5bcf2f..84549c4c68 100644
--- a/doc/man1/openssl-smime.pod
+++ b/doc/man1/openssl-smime.pod
@@ -68,7 +68,7 @@ B<openssl> B<smime>
[B<-rand> I<file...>]
[B<-writerand> I<file>]
[B<-md> I<digest>]
-[cert.pem]...
+I<cert.pem> ...
=for comment ifdef engine
@@ -311,11 +311,6 @@ all others.
Writes random data to the specified I<file> upon exit.
This can be used with a subsequent B<-rand> flag.
-=item B<cert.pem...>
-
-One or more certificates of message recipients: used when encrypting
-a message.
-
=item B<-to>, B<-from>, B<-subject>
The relevant mail headers. These are included outside the signed
@@ -334,6 +329,11 @@ B<-verify_ip>, B<-verify_name>, B<-x509_strict>
Set various options of certificate chain verification. See
L<verify(1)> manual page for details.
+=item I<cert.pem> ...
+
+One or more certificates of message recipients, used when encrypting
+a message.
+
=back
=head1 NOTES