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_0_2p~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1a64149b061172d120559aea289498ec680b497;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) (cherry picked from commit 0652e8a7fe6dd8cbdf4516b221642b10bbfc68fe) (cherry picked from commit 9e8554fca5019b81ed7659d97f103f388ea3a2bf) --- diff --git a/doc/apps/config.pod b/doc/apps/config.pod index 3f607d3b5f..b1300a99f7 100644 --- a/doc/apps/config.pod +++ b/doc/apps/config.pod @@ -21,7 +21,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.