diff options
Diffstat (limited to 'doc/man5')
-rw-r--r-- | doc/man5/config.pod | 4 |
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 |