diff mbox series

[iptables,v2,15/15] man: iptables-save.8: Start paragraphs in upper-case

Message ID 20230802160923.17949-16-phil@nwl.cc
State Accepted
Delegated to: Pablo Neira
Headers show
Series Man pages review | expand

Commit Message

Phil Sutter Aug. 2, 2023, 4:09 p.m. UTC
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/iptables/iptables-save.8.in b/iptables/iptables-save.8.in
index 118dddcdf62d5..65c1f28ccc3c7 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