From 10ec8150ad83bddc66431810026daf97c60077d3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 23 Jul 2010 19:38:04 +0200 Subject: doc: let man(1) autoalign the text in xt_cpu Signed-off-by: Jan Engelhardt --- extensions/libxt_cpu.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_cpu.man') diff --git a/extensions/libxt_cpu.man b/extensions/libxt_cpu.man index f42ac7a5..60138909 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 -- cgit v1.2.3