]> granicus.if.org Git - openssl/commitdiff
Clarify default section in config.pod
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Thu, 12 Apr 2018 11:39:37 +0000 (13:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Apr 2018 12:30:57 +0000 (14:30 +0200)
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)

doc/apps/config.pod

index 76f282f28ce09d277966ba66abbf6c9fbdfb2a5b..1b935a7c2d8e0a1b3755b65c711aaf0510ee6102 100644 (file)
@@ -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<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.