[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Wed Apr 18 20:42:59 UTC 2018
The branch master has been updated
via cb1b2cafe11f2008b0acc91726a6a6760f16fe28 (commit)
from b3199e54d65f25c5ef6e54e129e228831a1fb363 (commit)
- Log -----------------------------------------------------------------
commit cb1b2cafe11f2008b0acc91726a6a6760f16fe28
Author: Beat Bolli <dev at drbeat.li>
Date: Wed Apr 18 16:42:11 2018 -0400
Clarify the configuration module in config.pod
Similar to 0652e8a7 ("Clarify default section in config.pod",
2018-04-12), reword a sentence to make it easier to parse.
Reviewed-by: Andy Polyakov <appro at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5794)
-----------------------------------------------------------------------
Summary of changes:
doc/man5/config.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man5/config.pod b/doc/man5/config.pod
index c930ddd..3e110b0 100644
--- a/doc/man5/config.pod
+++ b/doc/man5/config.pod
@@ -88,9 +88,9 @@ of the configuration file.
The configuration section should consist of a set of name value pairs which
contain specific module configuration information. The B<name> represents
-the name of the I<configuration module> the meaning of the B<value> is
+the name of the I<configuration module>. The meaning of the B<value> is
module specific: it may, for example, represent a further configuration
-section containing configuration module specific information. E.g.
+section containing configuration module specific information. E.g.:
# This must be in the default section
openssl_conf = openssl_init
More information about the openssl-commits
mailing list