repair the tor hidden service doc. backslash on the end of a line means something to wml.
Roger Dingledine

Roger Dingledine commited on 2006-04-09 07:01:40
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -104,7 +104,7 @@ be running Tor. The above line should work if you're using the OS X Tor
104 104
 package. On Unix, try "/home/username/hidserv/" and fill in your own
105 105
 username in place of "username". On Windows you might pick:</p>
106 106
 <pre>
107
-HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\
107
+HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\\
108 108
 HiddenServicePort 80 www.google.com:80
109 109
 </pre>
110 110
 
111 111