summaryrefslogtreecommitdiffstats
path: root/doc/libnftables-json.adoc
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/libnftables-json.adoc
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/libnftables-json.adoc')
-rw-r--r--doc/libnftables-json.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libnftables-json.adoc b/doc/libnftables-json.adoc
index 414702c7..c95ab320 100644
--- a/doc/libnftables-json.adoc
+++ b/doc/libnftables-json.adoc
@@ -40,11 +40,11 @@ library standard output into JSON format. Error output remains unaffected.
== GLOBAL STRUCTURE
In general, any JSON input or output is enclosed in an object with a single
-property named 'nftables'. It's value is an array containing commands (for
+property named 'nftables'. Its value is an array containing commands (for
input) or ruleset elements (for output).
A command is an object with a single property whose name identifies the command.
-It's value is a ruleset element - basically identical to output elements apart
+Its value is a ruleset element - basically identical to output elements apart
from certain properties which may be interpreted differently or are required
when output generally omits them.