From cb1b2cafe11f2008b0acc91726a6a6760f16fe28 Mon Sep 17 00:00:00 2001 From: Beat Bolli Date: Wed, 18 Apr 2018 16:42:11 -0400 Subject: [PATCH] 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 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5794) --- 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 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 represents -the name of the I the meaning of the B is +the name of the I. The meaning of the B 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 -- GitLab