diff --git a/collects/scribblings/reference/networking.scrbl b/collects/scribblings/reference/networking.scrbl index 0fa1e02273..564bfcd8c3 100644 --- a/collects/scribblings/reference/networking.scrbl +++ b/collects/scribblings/reference/networking.scrbl @@ -18,7 +18,7 @@ For information about TCP in general, see @italic{TCP/IP Illustrated, [max-allow-wait exact-nonnegative-integer? 4] [reuse? any/c #f] [hostname (or/c string? #f) #f]) - tcp-listener?] + tcp-listener?]{ Creates a ``listening'' server on the local machine at the port number specified by @scheme[port-no]. If @scheme[port-no] is 0 the socket binds diff --git a/collects/scribblings/reference/vectors.scrbl b/collects/scribblings/reference/vectors.scrbl index 1d48029aba..b13d48a30c 100644 --- a/collects/scribblings/reference/vectors.scrbl +++ b/collects/scribblings/reference/vectors.scrbl @@ -321,3 +321,5 @@ the result of @scheme[proc]. (vector-argmax car #((3 pears) (3 oranges))) ] } + +@close-eval[vec-eval]