]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
man: iptables-save.8: Start paragraphs in upper-case
authorPhil Sutter <phil@nwl.cc>
Wed, 2 Aug 2023 00:06:00 +0000 (02:06 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 4 Aug 2023 23:29:58 +0000 (01:29 +0200)
Also add a missing full stop.

Fixes: 117341ada43dd ("Added iptbles-restore and iptables-save manpages")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/iptables-save.8.in

index 118dddcdf62d556425c92acd5dd7d090dd50ee71..65c1f28ccc3c75ee12cbc4bcb2be7cf358d67a3f 100644 (file)
@@ -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