svn: r13468
This commit is contained in:
Jay McCarthy 2009-02-06 17:46:45 +00:00
parent 5b5571843d
commit a1c1a80d2e

View File

@ -195,7 +195,7 @@ If you want to use @scheme[serve/servlet] in a start up script for a Web server,
It starts a server using the result of @scheme[make-dispatcher] as the dispatcher. @scheme[make-dispatcher] is supplied It starts a server using the result of @scheme[make-dispatcher] as the dispatcher. @scheme[make-dispatcher] is supplied
a semaphore that if posted, will cause the server to quit. a semaphore that if posted, will cause the server to quit.
If @scheme[launch-path] is not false, then a browser is launch with that path appended to the URL to the server itself. If @scheme[launch-path] is not false, then a browser is launched with that path appended to the URL to the server itself.
If @scheme[banner?] is true, then a banner is printed informing the user of the server's URL. If @scheme[banner?] is true, then a banner is printed informing the user of the server's URL.