Command docs: fix ellipses, the easy cases
authorRichard Levitte <levitte@openssl.org>
Tue, 1 Oct 2019 07:57:37 +0000 (09:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Oct 2019 08:41:12 +0000 (10:41 +0200)
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10065)

13 files changed:
doc/man1/CA.pl.pod
doc/man1/openssl-cms.pod
doc/man1/openssl-dgst.pod
doc/man1/openssl-engine.pod
doc/man1/openssl-fipsinstall.pod
doc/man1/openssl-mac.pod
doc/man1/openssl-prime.pod
doc/man1/openssl-provider.pod
doc/man1/openssl-rehash.pod
doc/man1/openssl-smime.pod
doc/man1/openssl-speed.pod
doc/man1/openssl-srp.pod
doc/man1/openssl-storeutl.pod

index 07366613a8865a647209fafd379351c45c988c4f..17745d6769038bb621d66dadf3d9484683431564 100644 (file)
@@ -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>]
 
index d50a5d0efebb35c3dc8d163ef50ab0af884c87b9..d9f5a3bf47e73a2f8da49300f983b07b777e12c7 100644 (file)
@@ -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.
index c6e2b21b8e7af585a627a03e1bc1614a81af05de..026b42d6b13a7eac4cacd8e2e01f100e8481d8c5 100644 (file)
@@ -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.
index 976d69c2b66bfe8e7e61c6026fa0c237d6600af4..58383338c1c92aeee6802d4954c028c5fd7fec11 100644 (file)
@@ -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
 
index 1e009289610b1458896792996618eb1a6f53603e..daa6d608af9748f0934d6d9f0ed25f473991793e 100644 (file)
@@ -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.
index 8fd911142f384543a372a4d2f910078c4427722d..f43ca78b087cc2c9749ec9fca1ffe54bbeb808f6 100644 (file)
@@ -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
index 618af6ae1a7dca558c602e4ba5d12da8d70b5915..3f5eb2e41d147600d366d0d4a3b12715a0229b31 100644 (file)
@@ -13,7 +13,7 @@ B<openssl prime>
 [B<-bits> I<num>]
 [B<-safe>]
 [B<-checks> I<num>]
-[I<number...>]
+[I<number> ...]
 
 =head1 DESCRIPTION
 
index a16c41845deed380ba921b28c4f13ead006fab88..570319e5e4a09f547679f14a2e8624678421ed9e 100644 (file)
@@ -11,7 +11,7 @@ B<openssl provider>
 [B<-v>]
 [B<-vv>]
 [B<-vvv>]
-[ I<provider...> ]
+[I<provider> ...]
 
 =head1 DESCRIPTION
 
index 5dbb15de740b7e7c772a168628d6effe27f343fe..8ee45eb407bfc20f90fa770576e7d116ea91b3f7 100644 (file)
@@ -16,7 +16,7 @@ B<rehash>
 [B<-old>]
 [B<-n>]
 [B<-v>]
-[I<directory>...]
+[I<directory>] ...
 
 B<c_rehash>
 I<flags...>
index dc4a5bcf2fc328167986bbe2ce1d8f717c9067ce..84549c4c689d9fd98d19f888a89cdc0f5819cdd0 100644 (file)
@@ -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
index c7577f5557e6b41d3ed366cc69e9842f591282f8..9216cd4a6300da30db9da658d132c2150c9e9d5a 100644 (file)
@@ -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.
index 62a27c37ef92bcf84416ee5a31c31cfd906e47d3..7504f88994e08b72d80e713410f2c00dbb353133 100644 (file)
@@ -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
 
index fb292a3cf7f831c776193166d3901d72f002f6c1..a0a2c31f0212db4c65d56ffcc35e4603d29be40a 100644 (file)
@@ -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