Docs for r12526

svn: r12540
This commit is contained in:
Jay McCarthy 2008-11-20 15:57:42 +00:00
parent 8ccce66af7
commit 0d902ddeaf

View File

@ -82,7 +82,7 @@ If you want to use @scheme[serve/servlet] in a start up script for a Web server,
[#:launch-browser? launch-browser? boolean? (not command-line?)]
[#:quit? quit? boolean? (not command-line?)]
[#:banner? banner? boolean? (not command-line?)]
[#:listen-ip listen-ip string? "127.0.0.1"]
[#:listen-ip listen-ip (or/c false/c string?) "127.0.0.1"]
[#:port port number? 8000]
[#:servlet-path servlet-path string?
"/servlets/standalone.ss"]