summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-08-02 02:06:00 +0200
committerPhil Sutter <phil@nwl.cc>2023-08-05 01:29:58 +0200
commit952186aa0342f6bf3c4614a609525338d057d8d9 (patch)
tree764feb6c7b4294276c43fe5de0d147ef558cbb8d /iptables
parentf1fd95ccefe483f0e3f2da593c6d4b671a7de522 (diff)
man: iptables-save.8: Start paragraphs in upper-case
Also add a missing full stop. Fixes: 117341ada43dd ("Added iptbles-restore and iptables-save manpages") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/iptables-save.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables/iptables-save.8.in b/iptables/iptables-save.8.in
index 118dddcd..65c1f28c 100644
--- a/iptables/iptables-save.8.in
+++ b/iptables/iptables-save.8.in
@@ -46,10 +46,10 @@ Specify a filename to log the output to. If not specified, iptables-save
will log to STDOUT.
.TP
\fB\-c\fR, \fB\-\-counters\fR
-include the current values of all packet and byte counters in the output
+Include the current values of all packet and byte counters in the output.
.TP
\fB\-t\fR, \fB\-\-table\fR \fItablename\fP
-restrict output to only one table. If the kernel is configured with automatic
+Restrict output to only one table. If the kernel is configured with automatic
module loading, an attempt will be made to load the appropriate module for
that table if it is not already there.
.br