[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Apr 12 12:27:19 UTC 2018
The branch master has been updated
via 0652e8a7fe6dd8cbdf4516b221642b10bbfc68fe (commit)
from ad5c205c011d1e2ec538d1f4d75477133e0dcab3 (commit)
- Log -----------------------------------------------------------------
commit 0652e8a7fe6dd8cbdf4516b221642b10bbfc68fe
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date: Thu Apr 12 13:39:37 2018 +0200
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 at ncp-e.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5938)
-----------------------------------------------------------------------
Summary of changes:
doc/man5/config.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man5/config.pod b/doc/man5/config.pod
index 09d72be..c930ddd 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.
More information about the openssl-commits
mailing list