summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2017-06-07 12:13:14 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-06-07 13:30:34 +0200
commit532b515fbb36aac368c308a68b53f4cc3941148d (patch)
tree592b919bc63e6cfe84626f2dee244ad4e61c69a2 /doc
parent443cba72705398c0b12beb0796ba0c5504fb4dd2 (diff)
doc: nft: describe -I override behaviour when path starts by ./ and /
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/nft.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index 9364133f..f93baa03 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -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