From b8fc1f0e39d2ffc18c5db1b129b10f2bfe77e708 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Mon, 6 Aug 2018 11:14:48 +1000 Subject: doc: Changes following detailed comparison with last XML version These were found by a combination of tkdiff and side-by-side man pages Most changes preserve or (occasionally) fix highlighting, casing or plurality. No major omissions were found. - data-types.txt: (Nothing special) - nft.txt: -- changed "`nft' stands for Netfilter" back to "`nf' stands for Netfilter" -- removed mysterious plus sign - payload-expression.txt: -- XML had MTU as 16-bit so changed back from 32. Is that correct? - primary-expression.txt: (Nothing special) - statements.txt: (Nothing special) This patch does not address any of the following observations: 1. Title has changed from nft to NFT 2. There is no attempt at justification. 3. There is no attempt at hyphenation. 4. Long lines of code now wrap instead of indenting nicely. See e.g. "tcp option" line under EXTENSION HEADER EXPRESSIONS 5. Tables have a lot of empty lines in them. 6. Occasionally there is severe wrapping, e.g. under CHAINS see add/create/delete/&c. which wrap at about cc40. Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- doc/data-types.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/data-types.txt') diff --git a/doc/data-types.txt b/doc/data-types.txt index 8bbdd573..7a02a21a 100644 --- a/doc/data-types.txt +++ b/doc/data-types.txt @@ -24,7 +24,7 @@ variable | integer |=================== -The bitmask type (bitmask) is used for bitmasks. +The bitmask type (*bitmask*) is used for bitmasks. STRING TYPE ~~~~~~~~~~~~ -- cgit v1.2.3