From: Daniel Bevenius Date: Thu, 12 Apr 2018 11:39:37 +0000 (+0200) Subject: Clarify default section in config.pod X-Git-Tag: OpenSSL_1_1_1-pre5~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0652e8a7;p=oweals%2Fopenssl.git Clarify default section in config.pod This is a minor update which hopefully makes these particular lines read a little easier. Reviewed-by: Matthias St. Pierre Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5938) --- diff --git a/doc/man5/config.pod b/doc/man5/config.pod index 09d72be2fd..c930dddcff 100644 --- a/doc/man5/config.pod +++ b/doc/man5/config.pod @@ -18,7 +18,7 @@ started or end of file is reached. A section name can consist of alphanumeric characters and underscores. The first section of a configuration file is special and is referred -to as the B section this is usually unnamed and is from the +to as the B section. This section is usually unnamed and spans from the start of file until the first named section. When a name is being looked up it is first looked up in a named section (if any) and then the default section.