From 9e8554fca5019b81ed7659d97f103f388ea3a2bf Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 12 Apr 2018 13:39:37 +0200 Subject: [PATCH] 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) --- doc/apps/config.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apps/config.pod b/doc/apps/config.pod index 76f282f28c..1b935a7c2d 100644 --- a/doc/apps/config.pod +++ b/doc/apps/config.pod @@ -20,7 +20,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. -- 2.25.1