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/nft.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/nft.txt') diff --git a/doc/nft.txt b/doc/nft.txt index dcc3bf34..0f824a52 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -197,7 +197,7 @@ Packets send by the local system are processed by the output hook. BRIDGE ADDRESS FAMILY ~~~~~~~~~~~~~~~~~~~~~ -The bridge address family handles ethernet packets traversing bridge devices. +The bridge address family handles Ethernet packets traversing bridge devices. The list of supported hooks is identical to IPv4/IPv6/Inet address families above. @@ -471,7 +471,7 @@ string, decimal followed by unit. Units are: d, h, m, s elements contained by the set | set data type |size | -maximun number of elements in the set, mandatory if set is added to from the packet path (ruleset).| +maximum number of elements in the set, mandatory if set is added to from the packet path (ruleset).| unsigned integer (64 bit) |policy | set policy | @@ -512,7 +512,7 @@ string: constant, interval elements contained by the map | map data type |size | -maximun number of elements in the map | +maximum number of elements in the map | unsigned integer (64 bit) | policy | map policy | -- cgit v1.2.3