From: Pablo Neira Ayuso Date: Wed, 7 Jun 2017 10:13:14 +0000 (+0200) Subject: doc: nft: describe -I override behaviour when path starts by ./ and / X-Git-Tag: v0.8~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=532b515fbb36aac368c308a68b53f4cc3941148d;p=thirdparty%2Fnftables.git 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 --- 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 Other files can be included by using the include statement. The directories to be searched for include files can be specified using - the option. + the 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. If the filename parameter is a directory, then all files in