diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml
index 58fd22a61..1aba06f42 100644
--- a/manpages/shorewall.conf.xml
+++ b/manpages/shorewall.conf.xml
@@ -1188,6 +1188,31 @@ net all DROP infothen the chain name is 'net2all'
+
+ SHOREWALL_COMPILER={perl|shell}
+
+
+ Specifies the compiler to use to generate a firewall script.
+ The value of this option can be either perl or shell.
+
+ If you add 'SHOREWALL_COMPILER=perl' to
+ /etc/shorewall/shorewall.conf then by default,
+ the Shorewall-perl compiler will be used on the system. If you add
+ it to shorewall.conf in a separate directory
+ (such as a Shorewall-lite export directory) then the Shorewall-perl
+ compiler will only be used when you compile from that
+ directory.
+
+ If you only install one compiler, it is suggested that you do
+ not set SHOREWALL_COMPILER.
+
+ This setting may be overriden using the -C command option (see
+ shorewall(8)).
+
+
+
SHOREWALL_SHELL=[pathname]