diff options
author | Thomas Sjögren <thomas@northernsecurity.net> | 2005-08-25 06:11:50 +0000 |
---|---|---|
committer | Thomas Sjögren <thomas@northernsecurity.net> | 2005-08-25 06:11:50 +0000 |
commit | 251c486f6c39408e4e60f2f27e0a1f087af03d23 (patch) | |
tree | d2eaefeacbc2076230aff64c152595fe2cfae561 /doc | |
parent | 86f85f240c23c72653982af13a9fa311c5ae94cf (diff) | |
download | tor-251c486f6c39408e4e60f2f27e0a1f087af03d23.tar tor-251c486f6c39408e4e60f2f27e0a1f087af03d23.tar.gz |
PIDFile should be PidFile
svn:r4833
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index e92b4529d..a3606a56b 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -156,7 +156,7 @@ is only useful when you have multiple network interfaces, and you want all of Tor's outgoing connections to use a single one. .LP .TP -\fBPIDFile \fR\fIFILE\fP +\fBPidFile \fR\fIFILE\fP On startup, write our PID to FILE. On clean shutdown, remove FILE. .LP .TP |