From: Phil Sutter Date: Tue, 5 Nov 2019 13:13:27 +0000 (+0100) Subject: doc: Drop incorrect requirement for nft configs X-Git-Tag: v0.9.3~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=856c78d4fdc73ac746ef1473f08d78cf2ebcbc4c;p=thirdparty%2Fnftables.git doc: Drop incorrect requirement for nft configs The shebang is not needed in files to be used with --file parameter. Signed-off-by: Phil Sutter --- diff --git a/doc/nft.txt b/doc/nft.txt index 1521171b..abb9260d 100644 --- a/doc/nft.txt +++ b/doc/nft.txt @@ -85,8 +85,7 @@ For a full summary of options, run *nft --help*. *-f*:: *--file 'filename'*:: - Read input from 'filename'. If 'filename' is -, read from stdin. + - nft scripts must start *#!/usr/sbin/nft -f* + Read input from 'filename'. If 'filename' is -, read from stdin. *-i*:: *--interactive*::