From 51d3566eb4983be96ab2eaa8c176696206114d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 13 Nov 2018 11:46:08 +0200 Subject: doc: Spelling and grammar fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Skyttä Signed-off-by: Pablo Neira Ayuso --- doc/libnftables.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/libnftables.adoc') 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. -- cgit v1.2.3