From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duncan Roe Subject: Re: [PATCH] doc: nft.8 document use of -f option to start nft scripts Date: Fri, 24 Nov 2017 13:33:08 +1100 Message-ID: <20171124023308.GD4109@dimstar.local.net> References: <20171119095150.6697-1-duncan_roe@optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: pablo@netfilter.org Return-path: Received: from mail108.syd.optusnet.com.au ([211.29.132.59]:56550 "EHLO mail108.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbdKXCdh (ORCPT ); Thu, 23 Nov 2017 21:33:37 -0500 Received: from dimstar.local.net (c220-239-53-24.eburwd6.vic.optusnet.com.au [220.239.53.24]) by mail108.syd.optusnet.com.au (Postfix) with SMTP id E5F0E1A00CA for ; Fri, 24 Nov 2017 13:33:24 +1100 (AEDT) Content-Disposition: inline In-Reply-To: <20171119095150.6697-1-duncan_roe@optusnet.com.au> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hi Pablo, Is there anything wrong with this patch? Like, does it document an untinded feature or something? Cheers ... Duncan. On Sun, Nov 19, 2017 at 08:51:50PM +1100, Duncan Roe wrote: > The man page didn't document nft scripts at all before, so putting that with the > -f option seemed as good a place as any. It does work to start scripts > #!/usr/sbin/nft --file but I didn't think this was worth documenting. The wiki > is also updated. > > Signed-off-by: Duncan Roe > --- > doc/nft.xml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/nft.xml b/doc/nft.xml > index 2dec0aa..432f1c4 100644 > --- a/doc/nft.xml > +++ b/doc/nft.xml > @@ -168,6 +168,9 @@ vi:ts=4 sw=4 > > Read input from filename. > > + > + nft scripts must start #!/usr/sbin/nft -f > + > > > > -- > 2.9.0