From d86925e6bdaf3544615860e932d66207662d335e Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 21 Nov 2019 18:14:12 -0500 Subject: [PATCH] Use option/parameter consistently. Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10135) --- doc/man1/openssl.pod | 14 +++++++------- doc/man3/CTLOG_STORE_new.pod | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 7c61d125cb..4ff5784124 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -8,8 +8,8 @@ openssl - OpenSSL command line tool B I -[ I ... ] -[ I ... ] +[ I ... ] +[ I ... ] B B @@ -21,7 +21,7 @@ B<-digest-algorithms> | B<-mac-algorithms> | B<-public-key-algorithms> -B BI [ I ] +B BI [ I ] =head1 DESCRIPTION @@ -45,8 +45,9 @@ 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 -(I and I in the SYNOPSIS). +the L above). +Each command can have many options and argument parameters, shown above as +I and I. Detailed documentation and use cases for most standard subcommands are available (e.g., L). @@ -398,8 +399,7 @@ The following aliases provide convenient access to the most used encodings and ciphers. Depending on how OpenSSL was configured and built, not all ciphers listed -here may be present. See L for more information and command -usage. +here may be present. See L for more information. =over 4 diff --git a/doc/man3/CTLOG_STORE_new.pod b/doc/man3/CTLOG_STORE_new.pod index 5fe6775302..f4a21e4b56 100644 --- a/doc/man3/CTLOG_STORE_new.pod +++ b/doc/man3/CTLOG_STORE_new.pod @@ -25,8 +25,8 @@ logs). The list can be loaded from one or more files and then searched by LogID CTLOG_STORE_new() creates an empty list of CT logs. This is then populated by CTLOG_STORE_load_default_file() or CTLOG_STORE_load_file(). CTLOG_STORE_load_default_file() loads from the default file, which is named -F in OPENSSLDIR (see the output of L). This can be -overridden using an environment variable named B. +F in OPENSSLDIR (see the output of L). +This can be overridden using an environment variable named B. CTLOG_STORE_load_file() loads from a caller-specified file path instead. Both of these functions append any loaded CT logs to the CTLOG_STORE. -- GitLab