All of lore.kernel.org
 help / color / mirror / Atom feed
* [nft PATCH] doc/nft.xml: mention nftables earlier
@ 2018-01-19 12:17 Arturo Borrero Gonzalez
  2018-01-19 12:49 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2018-01-19 12:17 UTC (permalink / raw)
  To: netfilter-devel

Mention nftables earlier in the documentation, so users have more context on what
we are talking about.

This is Debian bug #887718, which contains:

<<<
Currently one must read down 100 lines before it is even mentioned.
You might want to make the connection between "nft" and "nftables" as
early as the NAME or DESCRIPTION.
>>>

Requested-by: Dan Jacobson <jidanni@jidanni.org>
Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
---
 doc/nft.xml |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/nft.xml b/doc/nft.xml
index e515b11..9e979af 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -38,7 +38,7 @@ vi:ts=4 sw=4
 	<refnamediv>
 		<refname>nft</refname>
 		<refpurpose>
-			Administration tool for packet filtering and classification
+			Administration tool of the nftables framework for packet filtering and classification
 		</refpurpose>
 	</refnamediv>
 
@@ -73,8 +73,9 @@ vi:ts=4 sw=4
 	<refsect1>
 		<title>Description</title>
 		<para>
-			nft is used to set up, maintain and inspect packet
-			filtering and classification rules in the Linux kernel.
+			nft is the command line tool used to set up, maintain and inspect packet
+			filtering and classification rules in the Linux kernel, in the nftables framework.
+			The Linux kernel subsystem is known as nf_tables, and 'nf' stands for Netfilter.
 		</para>
 	</refsect1>
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [nft PATCH] doc/nft.xml: mention nftables earlier
  2018-01-19 12:17 [nft PATCH] doc/nft.xml: mention nftables earlier Arturo Borrero Gonzalez
@ 2018-01-19 12:49 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2018-01-19 12:49 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: netfilter-devel

On Fri, Jan 19, 2018 at 01:17:47PM +0100, Arturo Borrero Gonzalez wrote:
> Mention nftables earlier in the documentation, so users have more context on what
> we are talking about.
> 
> This is Debian bug #887718, which contains:
> 
> <<<
> Currently one must read down 100 lines before it is even mentioned.
> You might want to make the connection between "nft" and "nftables" as
> early as the NAME or DESCRIPTION.
> >>>

Applied, thanks Arturo.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-19 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19 12:17 [nft PATCH] doc/nft.xml: mention nftables earlier Arturo Borrero Gonzalez
2018-01-19 12:49 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.