Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/libxt_cpu.man | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/libxt_cpu.man b/extensions/libxt_cpu.man index f42ac7a..6013890 100644 --- a/extensions/libxt_cpu.man +++ b/extensions/libxt_cpu.man @@ -8,9 +8,9 @@ multiqueue NICS to spread network traffic on different queues. Example: .PP iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 0 - \-j REDIRECT \-\-to\-port 8080 +\-j REDIRECT \-\-to\-port 8080 .PP iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 1 - \-j REDIRECT \-\-to\-port 8081 +\-j REDIRECT \-\-to\-port 8081 .PP Available since linux 2.6.36 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html