diff --git a/manpages/shorewall-hosts.xml b/manpages/shorewall-hosts.xml
index de090cad7..52593acc8 100644
--- a/manpages/shorewall-hosts.xml
+++ b/manpages/shorewall-hosts.xml
@@ -96,24 +96,6 @@
+@@ -458,12 +462,14 @@ -The -ACTION may optionally + be followed by ":" and a syslog log level (e.g, REJECT:info or + DNAT:debug). This causes the packet to be logged at the specified + level.If the +ACTION names an -action defined in shorewall-actions(5) or in - /usr/share/shorewall/actions.std then:If the -ACTION names an +action defined in shorewall-actions(5) or in + /usr/share/shorewall/actions.std then:- -- +If the log level is followed by "!' then all rules in the - action are logged at the log level. -+ ++ -If the log level is followed by "!' then all rules in + the action are logged at the log level. +- +If the log level is not followed by "!" then only those - rules in the action that do not specify logging are logged at - the specified level. -+ -If the log level is not followed by "!" then only those + rules in the action that do not specify logging are logged at + the specified level. +- -The special log level 'none!' suppresses logging by the - action. -+ +The special log level 'none!' suppresses logging by the + action. +You may also specify ULOG (must be in upper case) as a log - level.This will log to the ULOG target for routing to a separate log - through use of ulogd - (http://www.gnumonks.org/projects/ulogd). +You may also specify ULOG (must be in upper case) as a log + level.This will log to the ULOG target for routing to a separate + log through use of ulogd + (http://www.gnumonks.org/projects/ulogd). -Actions specifying logging may be followed by a log tag (a - string of alphanumeric characters) are appended to the string - generated by the LOGPREFIX (in shorewall.conf(5)). +Actions specifying logging may be followed by a log tag (a + string of alphanumeric characters) are appended to the string + generated by the LOGPREFIX (in shorewall.conf(5)). -Example: ACCEPT:info:ftp would include 'ftp ' at the end of - the log prefix generated by the LOGPREFIX setting. +Example: ACCEPT:info:ftp would include 'ftp ' at the end of + the log prefix generated by the LOGPREFIX setting. +
+@@ -547,10 +553,12 @@ -Alternatively, clients may be specified by interface by + appending ":" to the zone name followed by the interface name. For + example, loc:eth1 specifies a client that communicates with the + firewall system through eth1. This may be optionally followed by + another colon (":") and an IP/MAC/subnet address as described + above (e.g., loc:eth1:192.168.1.5). +
+@@ -631,21 +639,23 @@ wrong. -if the +ACTION isREDIRECT , this column needs only to contain + the port number on the firewall that the request should be + redirected to.
+If you don't want to restrict client ports but need to + specify an -ORIGINAL DEST in the + next column, then place "-" in this column.If your kernel contains multi-port match support, then only a - single Netfilter rule will be generated if in this list and the - +DEST PORT(S) list above:If your kernel contains multi-port match support, then only + a single Netfilter rule will be generated if in this list and the + -DEST PORT(S) list above:1. There are 15 or less ports listed. +1. There are 15 or less ports listed. -2. No port ranges are included or your kernel and iptables - contain extended multiport match support. +2. No port ranges are included or your kernel and iptables + contain extended multiport match support. -Otherwise, a separate rule will be generated for each - port. +Otherwise, a separate rule will be generated for each + port. +