aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-12-17 17:31:42 +0100
committerTobias Brunner <tobias@strongswan.org>2010-12-17 17:31:42 +0100
commit5889e864a03702e216cf02648c97ab9d84202169 (patch)
tree89304066c3d802c4ca8fe8035375a395102cc414 /man
parentc0cadd7182267de569c4f663c32e8f32c0816e9c (diff)
downloadstrongswan-5889e864a03702e216cf02648c97ab9d84202169.tar.bz2
strongswan-5889e864a03702e216cf02648c97ab9d84202169.tar.xz
Moved "Reading values" section, typo fixed.
Diffstat (limited to 'man')
-rw-r--r--man/strongswan.conf.5.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in
index 94383124a..88d14ae3f 100644
--- a/man/strongswan.conf.5.in
+++ b/man/strongswan.conf.5.in
@@ -60,13 +60,6 @@ An example file in this format might look like this:
.PP
Indentation is optional, you may use tabs or spaces.
-.SH READING VALUES
-Values are accessed using a dot-separated section list and a key.
-With reference to the example above, accessing
-.B section-one.subsection.othervalue
-will return
-.BR xxx .
-
.SH INCLUDING FILES
Using the
.B include
@@ -87,7 +80,7 @@ Sections loaded from included files
previously loaded sections; already existing values are
.IR replaced .
It is important to note that settings are added relative to the section the
-include statment is in.
+include statement is in.
.PP
As an example, the following three files result in the same final
config as the one given above:
@@ -122,6 +115,13 @@ other.conf:
}
.EE
+.SH READING VALUES
+Values are accessed using a dot-separated section list and a key.
+With reference to the example above, accessing
+.B section-one.subsection.othervalue
+will return
+.BR xxx .
+
.SH DEFINED KEYS
The following keys are currently defined (using dot notation). The default
value (if any) is listed in brackets after the key.