summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-12 13:39:37 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-12 13:39:37 +0200
commit0652e8a7fe6dd8cbdf4516b221642b10bbfc68fe (patch)
tree8f56d76eee192de04655987031c59d102565313c
parentad5c205c011d1e2ec538d1f4d75477133e0dcab3 (diff)
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 <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5938)
-rw-r--r--doc/man5/config.pod2
1 files changed, 1 insertions, 1 deletions
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<default> section this is usually unnamed and is from the
+to as the B<default> 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.