summaryrefslogtreecommitdiffstats
path: root/iptables-save.8
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-03-19 17:14:49 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-03-24 12:08:05 +0100
commitccf3fba1f2a7547d73135bc5499f9e4b1826f758 (patch)
treeb4e9c241d3a169021c0cb90b0a4a86dfa0bc8731 /iptables-save.8
parentc9477d0dcd01af5d1ee6c95c757a8c814fb3be63 (diff)
iptables-save: minor corrections to the manpage markup
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
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