summaryrefslogtreecommitdiffstats
path: root/doc/libnftables.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.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.adoc')
-rw-r--r--doc/libnftables.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libnftables.adoc b/doc/libnftables.adoc
index 12deebcb..7f6eef8e 100644
--- a/doc/libnftables.adoc
+++ b/doc/libnftables.adoc
@@ -46,7 +46,7 @@ ____
== DESCRIPTION
This library was designed with nftables integration into applications in mind.
-It's API is therefore kept as simple as possible, which somewhat limits its flexibility.
+Its API is therefore kept as simple as possible, which somewhat limits its flexibility.
Due to support for JSON markup of input and output though, convenience in constructing and parsing of input and output data may be achieved by using a third-party library such as *libjansson*.
At the very basic level, one has to allocate a new object of type *struct nft_ctx* using *nft_ctx_new*() function, then pass commands via *nft_run_cmd_from_buffer*() or *nft_run_cmd_from_filename*() functions.