summaryrefslogtreecommitdiffstats
path: root/doc/data-types.txt
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2018-08-07 13:54:01 +1000
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-07 18:12:07 +0200
commita02bcd16560c495600e55326b113663dbab627cf (patch)
treeb943cece3e93159ce41045f97df1dd7c89111269 /doc/data-types.txt
parent5d27a91422f74bdc368256ec4087fe30e6f5d73d (diff)
doc: user niggles
- data-types.txt: "user space" -> userspace to match usage in statements.txt & data-types.txt - nft.txt: "an user-defined" sounds odd to a native English speaker (trust me) so change to "a user-defined" These patches are applied on top of Máté's previous 2, but apply fine without them (2 occurrences of "offset -5 lines"). Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/data-types.txt')
-rw-r--r--doc/data-types.txt2
1 files changed, 1 insertions, 1 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). +