From 7f966efb412b475e844853e780e29eef49bcad15 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Sat, 4 Aug 2018 18:54:04 +1000 Subject: 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 Signed-off-by: Florian Westphal --- doc/statements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/statements.txt') 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. -- cgit v1.2.3