diff --git a/manpages/shorewall.xml b/manpages/shorewall.xml index b7ada64d1..2221cf051 100644 --- a/manpages/shorewall.xml +++ b/manpages/shorewall.xml @@ -24,8 +24,6 @@ interface[:host-list] zone - - @@ -82,8 +80,6 @@ interface[:host-list] zone - - @@ -167,7 +163,7 @@ iprange - address1-address2 + address1address2 @@ -367,7 +363,7 @@ - log + log @@ -634,20 +630,20 @@ has root access to the system via ssh). The command is equivalent to: - /sbin/shorewall compile -e directory directory /sbin/shorewall compile -e directory directory/firewall &&\ scp directory/firewall directory/firewall.conf root@system/firewall.conf root@system:/var/lib/shorewall-lite/ &&\ - ssh root@system ssh root@system '/sbin/shorewall-lite start' In other words, the configuration in the specified (or defaulted) directory is compiled to a file called firewall in that directory. If compilation succeeds, then firewall is copied to - system using scp. If the copy succeeds, - Shorewall Lite on system is started via + system using scp. If the copy succeeds, + Shorewall Lite on system is started via ssh. If -s is specified and the @@ -659,8 +655,8 @@ command shorewall-lite show capabilities -f > /var/lib/shorewall-lite/capabilities is executed via ssh then the generated file is copied to - directory using scp. This step is performed - before the configuration is compiled. + directory using scp. This step is + performed before the configuration is compiled.