From: Richard Levitte Date: Tue, 1 Oct 2019 19:10:17 +0000 (+0200) Subject: Command docs: diverse small fixes X-Git-Tag: openssl-3.0.0-alpha1~1185 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=b2bdfb63eb16431aabe93ef59364d41125db255e Command docs: diverse small fixes Better synopsis for 'openssl dgst' and 'openssl enc', correct names for 'openssl rehash' ('c_rehash' is mentioned there too), correct option end marker for 'openssl verify', and finally, refer to sub-commands as sub-commands. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10065) --- diff --git a/doc/man1/CA.pl.pod b/doc/man1/CA.pl.pod index 129bf35407..c0ecabc538 100644 --- a/doc/man1/CA.pl.pod +++ b/doc/man1/CA.pl.pod @@ -122,12 +122,10 @@ F. Invokes L command. =item B<-extra-req> | B<-extra-ca> | B<-extra-pkcs12> | B<-extra-x509> | B<-extra-verify> I -The purpose of these parameters is to allow optional parameters to be supplied -to L that this command executes. The B<-extra-cmd> are specific to -the option being used and the L command getting invoked. For example -when this command invokes L extra parameters can be passed on -with the B<-extra-req> parameter. The -L commands being invoked per option are documented below. +For each option B>, pass I to the L +sub-command with the same name as I, if that sub-command is invoked. +For example, if L is invoked, the I given with +B<-extra-req> will be passed to it. Users should consult L command documentation for more information. =back @@ -164,7 +162,8 @@ Create the CA directories and files: CA.pl -newca -enter a filename (for example F) when prompted for the CA filename. +enter a filename (for example, F) when prompted for the CA file +name. Create a DSA certificate request and private key (a different set of parameters can optionally be created first): diff --git a/doc/man1/openssl-asn1parse.pod b/doc/man1/openssl-asn1parse.pod index 183f5134ac..5e755596c2 100644 --- a/doc/man1/openssl-asn1parse.pod +++ b/doc/man1/openssl-asn1parse.pod @@ -105,8 +105,9 @@ END marker in a PEM file. =item B<-item> I -Attempt to decode and print the data as B I. This can be used -to print out the fields of any supported ASN.1 structure if the type is known. +Attempt to decode and print the data as an B I. This can be +used to print out the fields of any supported ASN.1 structure if the type is +known. =back @@ -161,6 +162,9 @@ by white space. The final column is the rest of the line and is the C<1.2.3.4 shortName A long name> +For any OID with an associated short and long name, this command will display +the long name. + =head1 EXAMPLES Parse a file: diff --git a/doc/man1/openssl-dgst.pod b/doc/man1/openssl-dgst.pod index f83c2ac516..5f836f9cb5 100644 --- a/doc/man1/openssl-dgst.pod +++ b/doc/man1/openssl-dgst.pod @@ -6,7 +6,7 @@ openssl-dgst - perform digest operations =head1 SYNOPSIS -B +B B|I [B<-I>] [B<-help>] [B<-c>] @@ -29,8 +29,6 @@ B [B<-engine_impl>] [I ...] -B I [B<...>] - =head1 DESCRIPTION This command output the message digest of a supplied file or files diff --git a/doc/man1/openssl-enc.pod b/doc/man1/openssl-enc.pod index 5a992046f8..f2608a59f7 100644 --- a/doc/man1/openssl-enc.pod +++ b/doc/man1/openssl-enc.pod @@ -6,7 +6,7 @@ openssl-enc - symmetric cipher routines =head1 SYNOPSIS -B +B B|I [B<-I>] [B<-help>] [B<-ciphers>] diff --git a/doc/man1/openssl-engine.pod b/doc/man1/openssl-engine.pod index ea5cf4d2f2..30e391fd4e 100644 --- a/doc/man1/openssl-engine.pod +++ b/doc/man1/openssl-engine.pod @@ -10,8 +10,7 @@ B [B<-v>] [B<-vv>] [B<-vvv>] -[B<-vvv>] -[B<-vvv>] +[B<-vvvv>] [B<-c>] [B<-t>] [B<-tt>] diff --git a/doc/man1/openssl-rehash.pod b/doc/man1/openssl-rehash.pod index d813faacb9..eed2864446 100644 --- a/doc/man1/openssl-rehash.pod +++ b/doc/man1/openssl-rehash.pod @@ -5,7 +5,8 @@ Original text by James Westby, contributed under the OpenSSL license. =head1 NAME -openssl-c_rehash - Create symbolic links to files named by the hash values +openssl-rehash, c_rehash - Create symbolic links to files named by the hash +values =head1 SYNOPSIS @@ -19,7 +20,12 @@ B [I] ... B -I +[B<-h>] +[B<-help>] +[B<-old>] +[B<-n>] +[B<-v>] +[I] ... =head1 DESCRIPTION diff --git a/doc/man1/openssl-req.pod b/doc/man1/openssl-req.pod index 2449a580bc..877e9362ea 100644 --- a/doc/man1/openssl-req.pod +++ b/doc/man1/openssl-req.pod @@ -665,7 +665,7 @@ The following messages are frequently asked about: Using configuration from /some/path/openssl.cnf Unable to load config info -This is followed some time later by... +This is followed some time later by: unable to find 'distinguished_name' in config problems making Certificate Request diff --git a/doc/man1/openssl-verify.pod b/doc/man1/openssl-verify.pod index 81493a0fb4..f89461e3bd 100644 --- a/doc/man1/openssl-verify.pod +++ b/doc/man1/openssl-verify.pod @@ -333,7 +333,7 @@ certificate. The argument for this option is string of hexadecimal digits. Indicates the last option. All arguments following this are assumed to be certificate files. This is useful if the first certificate filename begins -with a B<->. +with a B<-->. =item I ... diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 8a31f09ceb..10d38c9343 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -11,7 +11,15 @@ I [ I ... ] [ I ... ] -B B [ B<-standard-commands> | B<-digest-commands> | B<-cipher-commands> | B<-cipher-algorithms> | B<-digest-algorithms> | B<-mac-algorithms> | B<-public-key-algorithms>] +B +B +B<-standard-commands> | +B<-digest-commands> | +B<-cipher-commands> | +B<-cipher-algorithms> | +B<-digest-algorithms> | +B<-mac-algorithms> | +B<-public-key-algorithms> B BI [ I ] @@ -36,8 +44,8 @@ It can be used for =head1 COMMAND SUMMARY -The B program provides a rich variety of commands (I in the -SYNOPSIS above), each of which often has a wealth of options and arguments +The B program provides a rich variety of sub-commands (I in +the SYNOPSIS above), each of which often has a wealth of options and arguments (I and I in the SYNOPSIS). Detailed documentation and use cases for most standard subcommands are available @@ -77,7 +85,7 @@ availability of ciphers in the B program. (BI is not able to detect pseudo-commands such as B, B, or BI itself.) -=head2 Standard Commands +=head2 Standard Sub-commands =over 4