summaryrefslogtreecommitdiffstats
path: root/doc/nft.txt
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-11-13 11:46:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-11-13 11:35:25 +0100
commit51d3566eb4983be96ab2eaa8c176696206114d84 (patch)
treee1426823bdc31a8313de2ac5c4ae034f74ea35a1 /doc/nft.txt
parentb3c8de9c5aecde38eec964f31120df82b9704c8c (diff)
doc: Spelling and grammar fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/nft.txt')
-rw-r--r--doc/nft.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nft.txt b/doc/nft.txt
index fca91450..88f5b0d4 100644
--- a/doc/nft.txt
+++ b/doc/nft.txt
@@ -392,9 +392,9 @@ the others. See the following tables that describe the values and compatibility.
| srcnat | 300 | postrouting
|==================
-Basic arithmetic expressions (addition and substraction) can also be achieved
+Basic arithmetic expressions (addition and subtraction) can also be achieved
with these standard names to ease relative prioritizing, eg. *mangle - 5* stands
-for *-155*. Values will also be printed like this untill the value is not
+for *-155*. Values will also be printed like this until the value is not
further than 10 form the standard value.
Base chains also allow to set the chain's *policy*, i.e. what happens to
@@ -592,7 +592,7 @@ address family is a dummy family which is used to create hybrid IPv4/IPv6
tables. When no address family is specified, ip is used by default.
The *priority* can be a signed integer or *filter* which stands for 0. Addition
-and substraction can be used to set relative priority eg. filter + 5 equals to
+and subtraction can be used to set relative priority eg. filter + 5 equals to
5.
[horizontal]