commit c323cc0913bae31a0b70c94bf5fd685acd3d1c07 Author: Nick Mathewson nickm@torproject.org Date: Mon Sep 30 10:10:50 2019 -0400
Document the --dbg- prefix in tor.1 --- doc/tor.1.txt | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ba9b9bb5e..06772a5c7 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -186,6 +186,13 @@ The following options in this section are only recognized on the ISO-8601 format. For example, the output sent to stdout will be of the form: "signing-cert-expiry: 2017-07-25 08:30:15 UTC"
+[[opt-dbg]] **--dbg-**...:: + Tor may support other options beginning with the string "dbg". These + are intended for use by developers to debug and test Tor. They are + not supported or guaranteed to be stable, and you should probably + not use them. + + [[conf-format]] == THE CONFIGURATION FILE FORMAT