]> git.ipfire.org Git - thirdparty/nftables.git/commit
doc: nft.8 more spelling fixes
authorDuncan Roe <duncan_roe@optusnet.com.au>
Tue, 27 Mar 2018 04:17:01 +0000 (15:17 +1100)
committerFlorian Westphal <fw@strlen.de>
Tue, 27 Mar 2018 07:08:53 +0000 (09:08 +0200)
commit65a9d639ddac244ff3abc9dfde30482ff4a4c336
treed7458c4647ca73cbde48e5b75608e3652851788a
parent293559c890ac13a57b994b9291d268b58188fe84
doc: nft.8 more spelling fixes

I ran the following command:

ispell -p ./ispell_nft -H nft.xml

to create the local dictionary ispell_nft.
ispell_nft contains almost every special word in nft.xml.
The idea is that anyone can run ispell the same way and only have to accept:

 - alpha strings in hexadecimal numbers
 - "FIXME" : that has to be fixed eventually
 - "differv" : I don't know what that is or whether it's correct

You need to use the English (i.e. American) dictionary, and you want the screen
to be about 100 chars wide (at least).

The patch enforces consistent capitalisation of words, e.g. IPv4 is always that
way but ipv4_addr stays as before. The existing dictionary suggested capital
Ethernet so that is in there too.

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Florian Westphal <fw@strlen.de>
doc/ispell_nft [new file with mode: 0644]
doc/nft.xml