Correct one typo and two non-native usages. Signed-off-by: Jeremy Sowden --- doc/nft.txt | 2 +- doc/payload-expression.txt | 2 +- doc/statements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nft.txt b/doc/nft.txt index 8712981943d7..dbf6b7c8028f 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -701,7 +701,7 @@ map policy | string: performance [default], memory |================= -Users can specifiy the properties/features that the set/map must support. +Users can specify the properties/features that the set/map must support. This allows the kernel to pick an optimal internal representation. If a required flag is missing, the ruleset might still work, as nftables will auto-enable features if it can infer this from the ruleset. diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt index ce0c6a237db9..351c79bce310 100644 --- a/doc/payload-expression.txt +++ b/doc/payload-expression.txt @@ -562,7 +562,7 @@ GRE HEADER EXPRESSION *gre* *ip6* {*version* | *dscp* | *ecn* | *flowlabel* | *length* | *nexthdr* | *hoplimit* | *saddr* | *daddr*} The gre expression is used to match on the gre header fields. This expression -also allows to match on the IPv4 or IPv6 packet within the gre header. +also allows one to match on the IPv4 or IPv6 packet within the gre header. .GRE header expression [options="header"] diff --git a/doc/statements.txt b/doc/statements.txt index 6226713ba389..8105f8497a7f 100644 --- a/doc/statements.txt +++ b/doc/statements.txt @@ -456,7 +456,7 @@ Before kernel 4.18 nat statements require both prerouting and postrouting base c to be present since otherwise packets on the return path won't be seen by netfilter and therefore no reverse translation will take place. -The optional *prefix* keyword allows to map *n* source addresses to *n* +The optional *prefix* keyword allows one to map *n* source addresses to *n* destination addresses. See 'Advanced NAT examples' below. If the 'address' for *dnat* is an IPv4 loopback address -- 2.51.0