summaryrefslogtreecommitdiffstats
path: root/iptables-save.8
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-save.8')
-rw-r--r--iptables-save.89
1 files changed, 4 insertions, 5 deletions
diff --git a/iptables-save.8 b/iptables-save.8
index de5fd48b..c1729fed 100644
--- a/iptables-save.8
+++ b/iptables-save.8
@@ -19,10 +19,10 @@
.\"
.\"
.SH NAME
-iptables-save \- Save IP Tables
+iptables-save - dump iptables rules to stdout
.SH SYNOPSIS
-.BR "iptables-save " "[-M modprobe] [-c] [-t table]"
-.br
+\fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
+[\fB\-t\fP \fItable\fP]
.SH DESCRIPTION
.PP
.B iptables-save
@@ -36,8 +36,7 @@ inspect /proc/sys/kernel/modprobe to determine the executable's path.
\fB\-c\fR, \fB\-\-counters\fR
include the current values of all packet and byte counters in the output
.TP
-\fB\-t\fR, \fB\-\-table\fR \fBtablename\fR
-.TP
+\fB\-t\fR, \fB\-\-table\fR \fItablename\fP
restrict output to only one table. If not specified, output includes all
available tables.
.SH BUGS