diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml
index fe61c8398..e23fb19c1 100644
--- a/docs/configuration_file_basics.xml
+++ b/docs/configuration_file_basics.xml
@@ -446,40 +446,42 @@ br0 - routeback
backslash (\
) followed immediately by a new line character
(Enter key).
-
- Line Continuation
-
- ACCEPT net $FW tcp \↵
+ ACCEPT net $FW tcp \↵
smtp,www,pop3,imap #Services running on the firewall
- In certain cases, leading white space is ignored in continuation
- lines:
+ In certain cases, leading white space is ignored in continuation
+ lines:
-
-
- The continued line ends with a colon (":")
-
+
+
+ The continued line ends with a colon (":")
+
-
- The continued line ends with a comma (",")
-
-
+
+ The continued line ends with a comma (",")
+
+
- Example (/etc/shorewall/rules):
+
+ What follows does NOT apply to shorewall-params(5) and
+ shorewall.conf(5).
+
- #ACTION SOURCE DEST PROTO DPORT
+ Example (/etc/shorewall/rules):
+
+ #ACTION SOURCE DEST PROTO DPORT
ACCEPT net:\
206.124.146.177,\
206.124.146.178,\
206.124.146.180\
dmz tcp 873
- The leading white space on the first through third continuation
- lines is ignored so the SOURCE column effectively contains
- "net:206.124.146.177,206.124.147.178,206.124.146.180". Because the third
- continuation line does not end with a comma or colon, the leading white
- space in the last line is not ignored.
-
+ The leading white space on the first through third continuation
+ lines is ignored so the SOURCE column effectively contains
+ "net:206.124.146.177,206.124.147.178,206.124.146.180". Because the third
+ continuation line does not end with a comma or colon, the leading white
+ space in the last line is not ignored.
A trailing backslash is not ignored in a comment. So the continued