From 8b5a7852f94a7348476860d787b14f17b5a6a617 Mon Sep 17 00:00:00 2001 From: Arushi Singhal Date: Tue, 19 Jun 2018 08:34:51 +0530 Subject: nftables: Fix typos/Grammatical Errors typos/Grammatical errors are corrected. Signed-off-by: Arushi Singhal Acked-by: Duncan Roe Signed-off-by: Florian Westphal --- doc/nft.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/nft.xml b/doc/nft.xml index 3a5571b0..dc93a8c6 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -1433,7 +1433,7 @@ table inet filter { - Stateful objects are attached to tables and are identified by an unique name. They group stateful information from rules, to reference them in rules the keywords "type name" are used e.g. "counter name". + Stateful objects are attached to tables and are identified by a unique name. They group stateful information from rules, to reference them in rules the keywords "type name" are used e.g. "counter name". @@ -1782,7 +1782,7 @@ cwr 0x80 - The string type is used to for character strings. A string begins with an alphabetic character + The string type is used for character strings. A string begins with an alphabetic character (a-zA-Z) followed by zero or more alphanumeric characters or the characters /, -, _ and .. In addition anything enclosed in double quotes (") is recognized as a string. @@ -4052,7 +4052,7 @@ ip6 nexthdr ipv6-frag counter The raw payload expression instructs to load lengthbits starting at offsetbits. - Bit 0 refers the the very first bit -- in the C programming language, this corresponds to the topmost bit, i.e. 0x80 in case of an octet. + 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 that nft will not add dependencies for Raw payload expressions. If you e.g. want to match protocol fields of a transport header with protocol number 5, you need to manually @@ -5447,7 +5447,7 @@ dup to ip daddr map { 192.168.7.1 : "eth0", 192.168.7.2 : "eth1" } Fwd statement - The fwd statement is used to redirect a raw packet to another interface. Its is only available in the netdev family ingress hook. + The fwd statement is used to redirect a raw packet to another interface. It is only available in the netdev family ingress hook. It is similar to the dup statement except that no copy is made. -- cgit v1.2.3