Typo
svn: r6531
This commit is contained in:
parent
09746536e6
commit
d196c0332f
|
@ -56,7 +56,7 @@ dispatcher. See @file{run.ss} for an example of such a script.
|
||||||
[#:initial-connection-timeout initial-connection-timeout integer? 60])
|
[#:initial-connection-timeout initial-connection-timeout integer? 60])
|
||||||
(-> void)]{
|
(-> void)]{
|
||||||
Calls @scheme[serve] multiple times, once for each @scheme[port], and returns
|
Calls @scheme[serve] multiple times, once for each @scheme[port], and returns
|
||||||
a function that shutdowns all of the server instances.
|
a function that shuts down all of the server instances.
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(serve/ips+ports [#:dispatch dispatch dispatcher?]
|
@defproc[(serve/ips+ports [#:dispatch dispatch dispatcher?]
|
||||||
|
@ -66,7 +66,7 @@ dispatcher. See @file{run.ss} for an example of such a script.
|
||||||
[#:initial-connection-timeout initial-connection-timeout integer? 60])
|
[#:initial-connection-timeout initial-connection-timeout integer? 60])
|
||||||
(-> void)]{
|
(-> void)]{
|
||||||
Calls @scheme[serve/ports] multiple times, once for each @scheme[ip], and returns
|
Calls @scheme[serve/ports] multiple times, once for each @scheme[ip], and returns
|
||||||
a function that shutdowns all of the server instances.
|
a function that shuts down all of the server instances.
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(do-not-return) void]{
|
@defproc[(do-not-return) void]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user