diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2020-08-11 18:26:41 +0100 |
---|---|---|
committer | Daniel Pinto <danielpinto52@gmail.com> | 2020-08-11 18:26:41 +0100 |
commit | 0b633b1f6d022a359806a705bd4a6082d92bd3f3 (patch) | |
tree | d7d80f89f2331fbf81a27bfefca2b0fceace0bb6 /doc/man | |
parent | ac2c4b1e4ae297b33be6c971fd0e4aca1198b282 (diff) | |
download | tor-0b633b1f6d022a359806a705bd4a6082d92bd3f3.tar.gz tor-0b633b1f6d022a359806a705bd4a6082d92bd3f3.zip |
Improved documentation and comments #25140
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/tor.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index bb01315d46..3febf43513 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -206,9 +206,9 @@ such multiline entries, but they must start at the beginning of a line. Configuration options can be imported from files or folders using the %include option with the value being a path. This path can have wildcards. Wildcards are -expanded first, using lexical order. Then, for each matching file or folder, the -following rules are followed: if the path is a file, the options from the -file will be parsed as if they were written where the %include option is. If +expanded first, then sorted using lexical order. Then, for each matching file or +folder, the following rules are followed: if the path is a file, the options from +the file will be parsed as if they were written where the %include option is. If the path is a folder, all files on that folder will be parsed following lexical order. Files starting with a dot are ignored. Files in subfolders are ignored. The %include option can be used recursively. |