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/payload-expression.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/payload-expression.txt') diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt index 0aae8ebf..8fc1c917 100644 --- a/doc/payload-expression.txt +++ b/doc/payload-expression.txt @@ -420,7 +420,7 @@ RAW PAYLOAD EXPRESSION [verse] *@* [base,offset,length] -The raw payload expression instructs to load lengthbits starting at offsetbits. +The raw payload expression instructs to load 'length' bits starting at 'offset' bits. Bit 0 refers to the very first bit -- in the C programming language, this corresponds to the topmost bit, i.e. 0x80 in case of an octet. They are useful to match headers that do not have a human-readable template expression yet. Note -- cgit v1.2.3