summaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--doc/man1/CA.pl.pod2
-rw-r--r--doc/man1/openssl-cms.pod4
-rw-r--r--doc/man1/openssl-dgst.pod4
-rw-r--r--doc/man1/openssl-engine.pod3
-rw-r--r--doc/man1/openssl-fipsinstall.pod2
-rw-r--r--doc/man1/openssl-mac.pod2
-rw-r--r--doc/man1/openssl-prime.pod2
-rw-r--r--doc/man1/openssl-provider.pod2
-rw-r--r--doc/man1/openssl-rehash.pod2
-rw-r--r--doc/man1/openssl-smime.pod12
-rw-r--r--doc/man1/openssl-speed.pod4
-rw-r--r--doc/man1/openssl-srp.pod2
-rw-r--r--doc/man1/openssl-storeutl.pod2
13 files changed, 19 insertions, 24 deletions
diff --git a/doc/man1/CA.pl.pod b/doc/man1/CA.pl.pod
index 07366613a8..17745d6769 100644
--- a/doc/man1/CA.pl.pod
+++ b/doc/man1/CA.pl.pod
@@ -25,7 +25,7 @@ B<-newca>
B<CA.pl> B<-pkcs12> [B<-extra-pkcs12> I<extra-params>] [I<certname>]
-B<CA.pl> B<-verify> [B<-extra-verify> I<extra-params>] I<certfile>...
+B<CA.pl> B<-verify> [B<-extra-verify> I<extra-params>] I<certfile> ...
B<CA.pl> B<-revoke> [B<-extra-ca> I<extra-params>] I<certfile> [I<reason>]
diff --git a/doc/man1/openssl-cms.pod b/doc/man1/openssl-cms.pod
index d50a5d0efe..d9f5a3bf47 100644
--- a/doc/man1/openssl-cms.pod
+++ b/doc/man1/openssl-cms.pod
@@ -101,7 +101,7 @@ B<openssl> B<cms>
[B<-to> I<addr>]
[B<-from> I<addr>]
[B<-subject> I<subj>]
-[I<cert.pem ...>]
+[I<cert.pem> ...]
=for comment ifdef des-wrap engine
@@ -489,7 +489,7 @@ all others.
Writes random data to the specified I<file> upon exit.
This can be used with a subsequent B<-rand> flag.
-=item I<cert.pem...>
+=item I<cert.pem> ...
One or more certificates of message recipients: used when encrypting
a message.
diff --git a/doc/man1/openssl-dgst.pod b/doc/man1/openssl-dgst.pod
index c6e2b21b8e..026b42d6b1 100644
--- a/doc/man1/openssl-dgst.pod
+++ b/doc/man1/openssl-dgst.pod
@@ -27,7 +27,7 @@ B<openssl dgst>
[B<-rand> I<file...>]
[B<-engine> I<id>]
[B<-engine_impl>]
-[B<file...>]
+[I<file> ...]
B<openssl> I<digest> [B<...>]
@@ -190,7 +190,7 @@ specified.
When used with the B<-engine> option, it specifies to also use
engine B<id> for digest operations.
-=item B<file...>
+=item I<file> ...
File or files to digest. If no files are specified then standard input is
used.
diff --git a/doc/man1/openssl-engine.pod b/doc/man1/openssl-engine.pod
index 976d69c2b6..58383338c1 100644
--- a/doc/man1/openssl-engine.pod
+++ b/doc/man1/openssl-engine.pod
@@ -7,7 +7,6 @@ openssl-engine - load and query engines
=head1 SYNOPSIS
B<openssl engine>
-[ I<engine...> ]
[B<-v>]
[B<-vv>]
[B<-vvv>]
@@ -18,7 +17,7 @@ B<openssl engine>
[B<-tt>]
[B<-pre> I<command>]
[B<-post> I<command>]
-[ I<engine...> ]
+[I<engine> ...]
=head1 DESCRIPTION
diff --git a/doc/man1/openssl-fipsinstall.pod b/doc/man1/openssl-fipsinstall.pod
index 1e00928961..daa6d608af 100644
--- a/doc/man1/openssl-fipsinstall.pod
+++ b/doc/man1/openssl-fipsinstall.pod
@@ -17,8 +17,6 @@ B<openssl fipsinstall>
[B<-mac_name> I<macname>]
[B<-macopt> I<nm>:I<v>]
-B<openssl> I<fipsinstall> [B<...>]
-
=head1 DESCRIPTION
This utility is used to generate a FIPS module configuration file.
diff --git a/doc/man1/openssl-mac.pod b/doc/man1/openssl-mac.pod
index 8fd911142f..f43ca78b08 100644
--- a/doc/man1/openssl-mac.pod
+++ b/doc/man1/openssl-mac.pod
@@ -14,8 +14,6 @@ B<openssl mac>
[B<-binary>]
B<mac_name>
-B<openssl> I<mac> [B<...>] B<mac_name>
-
=head1 DESCRIPTION
The message authentication code functions output the MAC of a supplied input
diff --git a/doc/man1/openssl-prime.pod b/doc/man1/openssl-prime.pod
index 618af6ae1a..3f5eb2e41d 100644
--- a/doc/man1/openssl-prime.pod
+++ b/doc/man1/openssl-prime.pod
@@ -13,7 +13,7 @@ B<openssl prime>
[B<-bits> I<num>]
[B<-safe>]
[B<-checks> I<num>]
-[I<number...>]
+[I<number> ...]
=head1 DESCRIPTION
diff --git a/doc/man1/openssl-provider.pod b/doc/man1/openssl-provider.pod
index a16c41845d..570319e5e4 100644
--- a/doc/man1/openssl-provider.pod
+++ b/doc/man1/openssl-provider.pod
@@ -11,7 +11,7 @@ B<openssl provider>
[B<-v>]
[B<-vv>]
[B<-vvv>]
-[ I<provider...> ]
+[I<provider> ...]
=head1 DESCRIPTION
diff --git a/doc/man1/openssl-rehash.pod b/doc/man1/openssl-rehash.pod
index 5dbb15de74..8ee45eb407 100644
--- a/doc/man1/openssl-rehash.pod
+++ b/doc/man1/openssl-rehash.pod
@@ -16,7 +16,7 @@ B<rehash>
[B<-old>]
[B<-n>]
[B<-v>]
-[I<directory>...]
+[I<directory>] ...
B<c_rehash>
I<flags...>
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
diff --git a/doc/man1/openssl-speed.pod b/doc/man1/openssl-speed.pod
index c7577f5557..9216cd4a63 100644
--- a/doc/man1/openssl-speed.pod
+++ b/doc/man1/openssl-speed.pod
@@ -19,7 +19,7 @@ B<openssl speed>
[B<-primes> I<num>]
[B<-seconds> I<num>]
[B<-bytes> I<num>]
-[B<algorithm...>]
+[I<algorithm> ...]
=for comment ifdef cmac multi async_jobs engine
@@ -96,7 +96,7 @@ Run benchmarks for B<num> seconds.
Run benchmarks on B<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
-=item B<algorithm...>
+=item I<algorithm> ...
If any options are given, B<speed> tests those algorithms, otherwise a
pre-compiled grand selection is tested.
diff --git a/doc/man1/openssl-srp.pod b/doc/man1/openssl-srp.pod
index 62a27c37ef..7504f88994 100644
--- a/doc/man1/openssl-srp.pod
+++ b/doc/man1/openssl-srp.pod
@@ -20,7 +20,7 @@ B<openssl srp>
[B<-userinfo> I<text...>]
[B<-passin> I<arg>]
[B<-passout> I<arg>]
-[I<user...>]
+[I<user> ...]
=for comment ifdef engine
diff --git a/doc/man1/openssl-storeutl.pod b/doc/man1/openssl-storeutl.pod
index fb292a3cf7..a0a2c31f02 100644
--- a/doc/man1/openssl-storeutl.pod
+++ b/doc/man1/openssl-storeutl.pod
@@ -23,7 +23,7 @@ B<openssl> B<storeutl>
[B<-alias> I<arg>]
[B<-fingerprint> I<arg>]
[B<-I<digest>>]
-B<uri> ...
+I<uri> ...
=head1 DESCRIPTION