summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-12-11 14:08:48 +0000
committerPhil Sutter <phil@nwl.cc>2023-12-12 11:54:44 +0100
commit73639a4f7af200c30d2f716a9956156800737165 (patch)
treefc49022391656abcc94529a0e8daab682de6bb71 /iptables
parent58d364c7120b515d80482c99586dd815653be59c (diff)
Fix spelling mistakes
Corrections for several spelling mistakes, typo's and non-native usages in man-pages and error-messages. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/arptables-nft.82
-rw-r--r--iptables/ebtables-nft.84
-rw-r--r--iptables/nft-arp.c2
-rw-r--r--iptables/xtables-monitor.8.in2
4 files changed, 5 insertions, 5 deletions
diff --git a/iptables/arptables-nft.8 b/iptables/arptables-nft.8
index 2bee9f2b..c48a2cc2 100644
--- a/iptables/arptables-nft.8
+++ b/iptables/arptables-nft.8
@@ -209,7 +209,7 @@ of the
.B arptables
kernel table.
-.SS MISCELLANOUS COMMANDS
+.SS MISCELLANEOUS COMMANDS
.TP
.B "\-V, \-\-version"
Show the version of the arptables userspace program.
diff --git a/iptables/ebtables-nft.8 b/iptables/ebtables-nft.8
index 60cf2d61..301f2f1f 100644
--- a/iptables/ebtables-nft.8
+++ b/iptables/ebtables-nft.8
@@ -321,7 +321,7 @@ of the ebtables kernel table.
.TP
.B "--init-table"
Replace the current table data by the initial table data.
-.SS MISCELLANOUS COMMANDS
+.SS MISCELLANEOUS COMMANDS
.TP
.B "-v, --verbose"
Verbose mode.
@@ -812,7 +812,7 @@ The log watcher writes descriptive data about a frame to the syslog.
.TP
.B "--log"
.br
-Log with the default loggin options: log-level=
+Log with the default logging options: log-level=
.IR info ,
log-prefix="", no ip logging, no arp logging.
.TP
diff --git a/iptables/nft-arp.c b/iptables/nft-arp.c
index 6011620c..5d66e271 100644
--- a/iptables/nft-arp.c
+++ b/iptables/nft-arp.c
@@ -529,7 +529,7 @@ static void nft_arp_post_parse(int command,
if (cs->arp.arp.arhln != 6)
xtables_error(PARAMETER_PROBLEM,
- "Only harware address length of 6 is supported currently.");
+ "Only hardware address length of 6 is supported currently.");
}
if (args->arp_opcode) {
if (get16_and_mask(args->arp_opcode, &cs->arp.arp.arpop,
diff --git a/iptables/xtables-monitor.8.in b/iptables/xtables-monitor.8.in
index a7f22c0d..ed2c5fb4 100644
--- a/iptables/xtables-monitor.8.in
+++ b/iptables/xtables-monitor.8.in
@@ -43,7 +43,7 @@ Restrict output to IPv6.
.PP
The first line shows a packet entering rule set evaluation.
The protocol number is shown (AF_INET in this case), then a packet
-identifier number that allows to correlate messages coming from rule set evaluation of
+identifier number that allows one to correlate messages coming from rule set evaluation of
this packet. After this, the rule that was matched by the packet is shown.
This is the TRACE rule that turns on tracing events for this packet.