diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-05 09:51:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-05 09:51:29 +0000 |
commit | 8705db6c2c8666cb9e801d5a092c0c13f8cea0b0 (patch) | |
tree | 118e1e59346865bc1ae256173469149c3e406c68 /doc/tor.1.in | |
parent | a2fec314b674fdb91b41ec253269c64d8681c4e2 (diff) | |
download | tor-8705db6c2c8666cb9e801d5a092c0c13f8cea0b0.tar.gz tor-8705db6c2c8666cb9e801d5a092c0c13f8cea0b0.zip |
whoops, add a man page entry for ProtocolWarnings
svn:r6545
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 656a259249..d49ca328e7 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -198,6 +198,12 @@ of Tor's outgoing connections to use a single one. On startup, write our PID to FILE. On clean shutdown, remove FILE. .LP .TP +\fBProtocolWarnings \fR\fB0\fR|\fB1\fR\fP +If 1, Tor will log with severity 'warn' various cases of other parties +not following the Tor specification. Otherwise, they are logged with +severity 'info'. (Default: 0) +.LP +.TP \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP If 1, Tor forks and daemonizes to the background. This option has no effect on Windows; instead you should use the --service command-line |