summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/data-types.txt2
-rw-r--r--doc/nft.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/data-types.txt b/doc/data-types.txt
index 7a02a21a..1d46bdc0 100644
--- a/doc/data-types.txt
+++ b/doc/data-types.txt
@@ -136,7 +136,7 @@ boolean |
integer
|===================
-The boolean type is a syntactical helper type in user space. It's use is in the
+The boolean type is a syntactical helper type in userspace. It's use is in the
right-hand side of a (typically implicit) relational expression to change the
expression on the left-hand side into a boolean check (usually for existence). +
diff --git a/doc/nft.txt b/doc/nft.txt
index 703cca18..5b477d86 100644
--- a/doc/nft.txt
+++ b/doc/nft.txt
@@ -443,8 +443,8 @@ add *set* ['family'] 'table' 'set' { type 'type' ; [flags 'flags' ;] [timeout 't
delete *set* ['family'] 'table' handle 'handle'
{add | delete} *element* ['family'] 'table' 'set' { 'element'[,...] }
-Sets are elements containers of an user-defined data type, they are uniquely
-identified by an user-defined name and attached to tables. Their behaviour can
+Sets are elements containers of a user-defined data type, they are uniquely
+identified by a user-defined name and attached to tables. Their behaviour can
be tuned with the flags that can be specified at set creation time.
[horizontal]
@@ -493,7 +493,7 @@ add *map* ['family'] 'table' 'map' { type 'type' [flags 'flags' ;] [elements = {
{delete | list | flush} *map* ['family'] 'table' 'map'
{add | delete} *element* ['family'] 'table' 'map' { elements = { 'elements'[,...] } ; }
-Maps store data based on some specific key used as input, they are uniquely identified by an user-defined name and attached to tables.
+Maps store data based on some specific key used as input, they are uniquely identified by a user-defined name and attached to tables.
[horizontal]
*add*:: Add a new map in the specified table.