]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: nft: describe -I override behaviour when path starts by ./ and /
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 7 Jun 2017 10:13:14 +0000 (12:13 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 7 Jun 2017 11:30:34 +0000 (13:30 +0200)
You can override -I by starting your path either using ./ for relative
paths and / for absolute paths.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/nft.xml

index 9364133f17870583a8425aa1088520c522d1289d..f93baa03d7217fcee90fedd15d9c91d37eb76863 100644 (file)
@@ -207,7 +207,10 @@ vi:ts=4 sw=4
                        <para>
                                Other files can be included by using the <command>include</command> statement.
                                The directories to be searched for include files can be specified using
-                               the <option>-I/--includepath</option> option.
+                               the <option>-I/--includepath</option> option. You can override this behaviour
+                               either by prepending ./ to your path to force inclusion of files located in the
+                               current working directory (ie. relative path) or / for file location expressed
+                               as an absolute path.
                        </para>
                        <para>
                                If the <literal>filename</literal> parameter is a directory, then all files in