From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arturo Borrero Gonzalez Subject: [nft PATCH] doc: add a reference to the wiki page in the man page Date: Tue, 30 Dec 2014 16:11:13 +0100 Message-ID: <20141230151112.14860.37311.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: pablo@netfilter.org, jidanni@jidanni.org To: netfilter-devel@vger.kernel.org Return-path: Received: from smtp3.cica.es ([150.214.5.190]:41144 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751310AbaL3PLZ (ORCPT ); Tue, 30 Dec 2014 10:11:25 -0500 Sender: netfilter-devel-owner@vger.kernel.org List-ID: Let's add a pointer in the man page to the wiki page. Requested-by: Dan Jacobson Signed-off-by: Arturo Borrero Gonzalez --- doc/nft.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/nft.xml b/doc/nft.xml index e45a593..7998008 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -2202,6 +2202,13 @@ filter output oif wlan0 + Further reading + + There is an official wiki at: http://wiki.nftables.org + + + + See Also