summaryrefslogtreecommitdiffstats
path: root/doc/man5/config.pod
diff options
context:
space:
mode:
authorBeat Bolli <dev@drbeat.li>2018-04-18 16:42:11 -0400
committerRich Salz <rsalz@openssl.org>2018-04-18 16:42:11 -0400
commitcb1b2cafe11f2008b0acc91726a6a6760f16fe28 (patch)
treeaa63589b5519d99e0a430ce49abe42300c0e2e38 /doc/man5/config.pod
parentb3199e54d65f25c5ef6e54e129e228831a1fb363 (diff)
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@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5794)
Diffstat (limited to 'doc/man5/config.pod')
-rw-r--r--doc/man5/config.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man5/config.pod b/doc/man5/config.pod
index c930dddcff..3e110b0313 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