]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: Miscellaneous spelling fixes
authorDuncan Roe <duncan_roe@optusnet.com.au>
Sat, 4 Aug 2018 08:54:04 +0000 (18:54 +1000)
committerFlorian Westphal <fw@strlen.de>
Sat, 4 Aug 2018 22:10:24 +0000 (00:10 +0200)
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>
doc/ispell_nft
doc/nft.txt
doc/payload-expression.txt
doc/primary-expression.txt
doc/stateful-objects.txt
doc/statements.txt

index 2826e29a71b5b3605965a1a0a8f8edadd3b1ab2f..60f3706cbe07996c92d9dd1f1f45976ef80bc0ec 100644 (file)
@@ -28,6 +28,7 @@ connlabel
 conntrack
 cpi
 cpu
+creativecommons
 crit
 ct
 ctnetlink
@@ -37,6 +38,7 @@ daddr
 datatype
 dccp
 devgroup
+DF
 dir
 dmesg
 dnat
@@ -138,6 +140,7 @@ nftrace
 nh
 nNscae
 noop
+ntp
 num
 obrname
 oif
@@ -146,9 +149,12 @@ oifname
 oiftype
 op
 org
+os
+osf
 pablo
 parseable
 pcp
+pf
 pkt
 pkttype
 plen
@@ -165,7 +171,7 @@ rst
 rt
 rtclassid
 ruleset
-SA
+sa
 saddr
 sbin
 sctp
@@ -178,6 +184,7 @@ ShareAlike
 sid
 skgid
 skuid
+smux
 snaplen
 snat
 spi
@@ -192,9 +199,11 @@ syslog
 tc
 tcp
 TCPMSS
+tproxy
 tsecr
 tsval
 ttl
+txt
 udp
 udplite
 uid
index dcc3bf34e3c520b80cdfa63188f0a4caad57189c..0f824a52b163aba6f18dcb7da7df94be2224c8b7 100644 (file)
@@ -197,7 +197,7 @@ Packets send by the local system are processed by the output hook.
 
 BRIDGE ADDRESS FAMILY
 ~~~~~~~~~~~~~~~~~~~~~
-The bridge address family handles ethernet packets traversing bridge devices.
+The bridge address family handles Ethernet packets traversing bridge devices.
 
 The list of supported hooks is identical to IPv4/IPv6/Inet address families above.
 
@@ -471,7 +471,7 @@ string, decimal followed by unit. Units are: d, h, m, s
 elements contained by the set |
 set data type
 |size |
-maximun number of elements in the set, mandatory if set is added to from the packet path (ruleset).|
+maximum number of elements in the set, mandatory if set is added to from the packet path (ruleset).|
 unsigned integer (64 bit)
 |policy |
 set policy |
@@ -512,7 +512,7 @@ string: constant, interval
 elements contained by the map |
 map data type
 |size |
-maximun number of elements in the map |
+maximum number of elements in the map |
 unsigned integer (64 bit)
 | policy |
 map policy |
index 0aae8ebfa5eb4a2d3a81e3eb9fd3e55e64b1895d..8fc1c91750c26dd63fbcfc453df6964c819d9b8e 100644 (file)
@@ -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
index e7a022a5c6bead5cb4fad3a06aaff1d03bb7c165..13adfe38975b5e8868409a6150eed7f18e8f1154 100644 (file)
@@ -53,7 +53,7 @@ iface_index
 Output interface name|
 ifname
 |oiftype|
-Outout interface hardware type|
+Output interface hardware type|
 iface_type
 |skuid|
 UID  associated  with  originating socket|
@@ -61,7 +61,7 @@ uid
 |skgid|
 GID  associated  with  originating socket|
 gid
-|rtlclassid|
+|rtclassid|
 Routing realm|
 realm
 |ibrname|
index c2bc2968cee4804b35c1aa061e53a508c395c7e3..83a25753039ac0bbb17704402ced94ec1b3184c2 100644 (file)
@@ -68,9 +68,9 @@ QUOTA
 |Keyword | Description | Type
 |quota |
 quota limit, used as the quota name |
-Two arguments, unsigned interger (64 bit) and string: bytes, kbytes, mbytes.
+Two arguments, unsigned integer (64 bit) and string: bytes, kbytes, mbytes.
 "over" and "until" go before these arguments
 |used |
 initial value of used quota |
-Two arguments, unsigned interger (64 bit) and string: bytes, kbytes, mbytes
+Two arguments, unsigned integer (64 bit) and string: bytes, kbytes, mbytes
 |=================
index a0053e0976113d9e3c5e81d12635d99214ce78ac..8a54a6b3747fed0ef4e9005be0cf83e4eac3dcec 100644 (file)
@@ -86,13 +86,13 @@ quoted string
 Syslog level of logging |
 string: emerg, alert,  crit,  err, warn  [default], notice, info, debug
 |group|
-NFLOG group to sned messages to|
+NFLOG group to send messages to|
 unsigned integer (16 bit)
 |snaplen|
 Length of packet payload to include in netlink messages |
 unsigned integer (32 bit)
 |queue-threshold|
-Number  of packets to queue inside the kernel before sending them to userpace |
+Number  of packets to queue inside the kernel before sending them to userspace |
 unsigned integer (32 bit)
 |==================================
 
@@ -293,7 +293,7 @@ packet should be modified. While *snat* is only valid  in the postrouting and
 input chains, *masquerade* makes sense only in postrouting. The dnat and
 redirect statements are only valid in the prerouting and output chains, they
 specify that the destination address of the packet should be modified. You  can
-use  nonbase  chains which are called from base chains of nat chain type too.
+use  non-base  chains which are called from base chains of nat chain type too.
 All future packets in this connection will also be mangled, and rules should
 cease being examined.