mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Command docs: fix ellipses, the easy cases
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10065)
This commit is contained in:
parent
18caaa2ec4
commit
b1c0cc2456
@ -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>]
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,7 @@ B<openssl prime>
|
||||
[B<-bits> I<num>]
|
||||
[B<-safe>]
|
||||
[B<-checks> I<num>]
|
||||
[I<number...>]
|
||||
[I<number> ...]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
@ -11,7 +11,7 @@ B<openssl provider>
|
||||
[B<-v>]
|
||||
[B<-vv>]
|
||||
[B<-vvv>]
|
||||
[ I<provider...> ]
|
||||
[I<provider> ...]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
@ -16,7 +16,7 @@ B<rehash>
|
||||
[B<-old>]
|
||||
[B<-n>]
|
||||
[B<-v>]
|
||||
[I<directory>...]
|
||||
[I<directory>] ...
|
||||
|
||||
B<c_rehash>
|
||||
I<flags...>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user