]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
doc: let man(1) autoalign the text in xt_cpu
authorJan Engelhardt <jengelh@medozas.de>
Fri, 23 Jul 2010 17:38:04 +0000 (19:38 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 23 Jul 2010 17:38:04 +0000 (19:38 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_cpu.man

index f42ac7a5765e18c5c103854225a394ba43d9b043..60138909f7043e713a0da2171ee80a5a092a7184 100644 (file)
@@ -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