diff options
author | David Goulet <dgoulet@torproject.org> | 2020-07-14 09:02:03 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-14 09:02:03 -0400 |
commit | 456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a (patch) | |
tree | ac12639e1687e915df8330aa0584887f2725efad /src/app | |
parent | 29a474294c968218576ec6d912a94b8187a1e47b (diff) | |
download | tor-456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a.tar.gz tor-456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a.zip |
doc: Move manpages into doc/man/
Closes #40044
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/config/config.c | 2 | ||||
-rw-r--r-- | src/app/config/testnet.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 10f09d7d98..f4172bd84e 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -27,7 +27,7 @@ * <li>The option_vars_ array below in this module, which configures * the names of the torrc options, their types, their multiplicities, * and their mappings to fields in or_options_t. - * <li>The manual in doc/tor.1.txt, to document what the new option + * <li>The manual in doc/man/tor.1.txt, to document what the new option * is, and how it works. * </ul> * diff --git a/src/app/config/testnet.inc b/src/app/config/testnet.inc index 605943d80b..00b307782b 100644 --- a/src/app/config/testnet.inc +++ b/src/app/config/testnet.inc @@ -1,5 +1,5 @@ // When modifying, don't forget to update the defaults -// for 'TestingTorNetwork' in 'doc/tor.1.txt' +// for 'TestingTorNetwork' in 'doc/man/tor.1.txt' { "DirAllowPrivateAddresses", "1" }, { "EnforceDistinctSubnets", "0" }, { "AuthDirMaxServersPerAddr", "0" }, |