From 0652e8a7fe6dd8cbdf4516b221642b10bbfc68fe Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 12 Apr 2018 13:39:37 +0200 Subject: 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) --- doc/man5/config.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man5') 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. -- cgit v1.2.3