summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-12 13:39:37 +0200
committerRichard Levitte <levitte@openssl.org>2018-04-12 14:34:03 +0200
commitd1a64149b061172d120559aea289498ec680b497 (patch)
tree968227f99dac23f60da50d3e13fa4b9d0fc194c5 /doc
parent06196e717651fe2c724fb326e31e8d666b27de33 (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) (cherry picked from commit 0652e8a7fe6dd8cbdf4516b221642b10bbfc68fe) (cherry picked from commit 9e8554fca5019b81ed7659d97f103f388ea3a2bf)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/config.pod2
1 files changed, 1 insertions, 1 deletions
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<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.