diff options
author | Roger Dingledine <arma@torproject.org> | 2006-05-23 07:04:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-05-23 07:04:03 +0000 |
commit | fd11288bf303e1331cd14e885cbb603e9ec272fb (patch) | |
tree | a9eb0ddff6268a7ff519d639dd2df3107a6d83b8 /doc | |
parent | 6a5f50bc4fd9c855c51cc3876e05c8645fae2a2c (diff) | |
download | tor-fd11288bf303e1331cd14e885cbb603e9ec272fb.tar.gz tor-fd11288bf303e1331cd14e885cbb603e9ec272fb.zip |
and backport the RunAsDaemon man page fix
svn:r6470
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b337847f5b..b90add59dc 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -199,7 +199,9 @@ On startup, write our PID to FILE. On clean shutdown, remove FILE. .LP .TP \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP -If 1, Tor forks and daemonizes to the background. (Default: 0) +If 1, Tor forks and daemonizes to the background. This option has +no effect on Windows; instead you should use the --service command-line +option. (Default: 0) .LP .TP \fBSafeLogging \fR\fB0\fR|\fB1\fP |