summaryrefslogtreecommitdiffstats
path: root/doc/payload-expression.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/payload-expression.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/payload-expression.txt')
-rw-r--r--doc/payload-expression.txt2
1 files changed, 1 insertions, 1 deletions
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