summaryrefslogtreecommitdiffstats
path: root/doc/statements.txt
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2018-08-04 18:54:04 +1000
committerFlorian Westphal <fw@strlen.de>2018-08-05 00:10:24 +0200
commit7f966efb412b475e844853e780e29eef49bcad15 (patch)
tree6a7b4670d27697900dfe5a4a04ed2d4452873f33 /doc/statements.txt
parent37a3a62396eb874859ccc64599072386819f252a (diff)
doc: Miscellaneous spelling fixes
These were found by ispell -p ./ispell_nft *.txt in nftables/doc. - ispell.nft: Added some new words - nft.txt: (nothing special) - payload-expression.txt: lengthbits and offsetbits were run together before the conversion to .txt, but the conversion lost the underlining - primary-expression.txt: ispell suggested rtclassid instead of rtlclassid, which agres with previous usage - stateful-objects.txt: (nothing special) - statements.txt: nonbase chains changed back to non-base chains as it used to be Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc/statements.txt')
-rw-r--r--doc/statements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/statements.txt b/doc/statements.txt
index a0053e09..8a54a6b3 100644
--- a/doc/statements.txt
+++ b/doc/statements.txt
@@ -86,13 +86,13 @@ quoted string
Syslog level of logging |
string: emerg, alert, crit, err, warn [default], notice, info, debug
|group|
-NFLOG group to sned messages to|
+NFLOG group to send messages to|
unsigned integer (16 bit)
|snaplen|
Length of packet payload to include in netlink messages |
unsigned integer (32 bit)
|queue-threshold|
-Number of packets to queue inside the kernel before sending them to userpace |
+Number of packets to queue inside the kernel before sending them to userspace |
unsigned integer (32 bit)
|==================================
@@ -293,7 +293,7 @@ packet should be modified. While *snat* is only valid in the postrouting and
input chains, *masquerade* makes sense only in postrouting. The dnat and
redirect statements are only valid in the prerouting and output chains, they
specify that the destination address of the packet should be modified. You can
-use nonbase chains which are called from base chains of nat chain type too.
+use non-base chains which are called from base chains of nat chain type too.
All future packets in this connection will also be mangled, and rules should
cease being examined.