From 222b7efcfe54556a1723db59f6188090132b7e95 Mon Sep 17 00:00:00 2001
From: Roger Dingledine
Date: Sat, 23 Jul 2005 09:00:19 +0000
Subject: [PATCH] another minor tweak
svn:r4651
---
doc/tor-hidden-service.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html
index fd720fb859..c1f00ce0ab 100644
--- a/doc/tor-hidden-service.html
+++ b/doc/tor-hidden-service.html
@@ -188,8 +188,9 @@ the command-line, by far the best way to go is to install thttpd. Just grab the
latest tarball, untar it (it will create its own directory), and run
./configure && make. Then mkdir hidserv, cd hidserv, and run
-"../thttpd -p 5222 -h localhost". Wham, you're running a webserver on
-port 5222. You can put files to serve in the hidserv directory.
+"../thttpd -p 5222 -h localhost". It will give you back your prompt,
+and now you're running a webserver on port 5222. You can put files to
+serve in the hidserv directory.
If you're on Windows, ...