aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index a12aef6..70fbe6a 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -142,12 +142,13 @@ int HTTP_StartServer(void)
@date Tue Nov 12 20:32:36 2002
@author Tom Goodale
@desc
- Listens for connection requests.
+ Listen for connection requests.
@enddesc
@calls
@calledby
@history
- @hdate Tue Nov 12 20:33:07 2002 @hauthor Tom Goodale
+ @hdate Tue Nov 12 20:33:07 2002
+ @hauthor Tom Goodale
@hdesc This was originally in HTTP_StartServer but
that made it impossible to spawn a task telling
it where the webserver was if httpd::pause was "true".