summaryrefslogtreecommitdiffstats
path: root/ip6tables.8.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-07-30 12:49:47 +0200
committerPatrick McHardy <kaber@trash.net>2008-07-30 12:49:47 +0200
commitd9842a6d4650ebf11248c0681ff136771bc7aa14 (patch)
treef1c2ce34ec26d7ad3ba6798cace25c8e5571cd89 /ip6tables.8.in
parentce5e35f466c4e1168b7f4b11bf7d9f8e6516e920 (diff)
manpages: name and markup fixes
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'ip6tables.8.in')
-rw-r--r--ip6tables.8.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/ip6tables.8.in b/ip6tables.8.in
index 666616dc..7142b4ab 100644
--- a/ip6tables.8.in
+++ b/ip6tables.8.in
@@ -27,25 +27,25 @@
.SH NAME
ip6tables \- IPv6 packet filter administration
.SH SYNOPSIS
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB]\fP {\fB-A\fP|\fB-D\fP} \fIchain rule-specification\fP [\fIoptions...\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] {\fB-A\fP|\fB-D\fP} \fIchain rule-specification\fP [\fIoptions...\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -I\fP [\fIrulenum\fP] \fIrule-specification\fP [\fIoptions...\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-I\fP [\fIrulenum\fP] \fIrule-specification\fP [\fIoptions...\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -R\fP \fIrulenum rule-specification\fP [\fIoptions...\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-R\fP \fIrulenum rule-specification\fP [\fIoptions...\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -D\fP \fIchain rulenum\fP [\fIoptions...\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-D\fP \fIchain rulenum\fP [\fIoptions...\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -S\fP [\fIchain\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-S\fP [\fIchain\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB]\fP {\fB-F\fP|\fB-L\fP|\fB-Z\fP} [\fIchain\fP] [\fIoptions...\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] {\fB-F\fP|\fB-L\fP|\fB-Z\fP} [\fIchain\fP] [\fIoptions...\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -N\fP \fIchain\fP
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-N\fP \fIchain\fP
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -X\fP [\fIchain\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-X\fP [\fIchain\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -P\fP \fIchain target\fP [\fIoptions...\fP]
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-P\fP \fIchain target\fP [\fIoptions...\fP]
.br
-\fBip6tables\fP [\fB-t\fP \fItable\fP\fB] -E\fP \fIold-chain-name new-chain-name\fP
+\fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-E\fP \fIold-chain-name new-chain-name\fP
.SH DESCRIPTION
\fBIp6tables\fP is used to set up, maintain, and inspect the
tables of IPv6 packet
@@ -155,10 +155,10 @@ fail. Rules are numbered starting at 1.
.TP
\fB-L\fP, \fB--list\fP [\fIchain\fP]
List all rules in the selected chain. If no chain is selected, all
-chains are listed. Like every other iptables command, it applies to the
+chains are listed. Like every other ip6tables command, it applies to the
specified table (filter is the default), so NAT rules get listed by
.nf
- iptables -t nat -n -L
+ ip6tables -t nat -n -L
.fi
Please note that it is often used with the \fB-n\fP
option, in order to avoid long reverse DNS lookups.
@@ -167,12 +167,12 @@ It is legal to specify the \fB-Z\fP
listed and zeroed. The exact output is affected by the other
arguments given. The exact rules are suppressed until you use
.nf
- iptables -L -v
+ ip6tables -L -v
.fi
.TP
\fB-S\fP, \fB--list-rules\fP [\fIchain\fP]
Print all rules in the selected chain. If no chain is selected, all
-chains are printed like iptables-save. Like every other iptables command,
+chains are printed like ip6tables-save. Like every other ip6tables command,
it applies to the specified table (filter is the default).
.TP
\fB-F\fP, \fB--flush\fP [\fIchain\fP]