minor doc fixes

This commit is contained in:
Matthew Flatt 2012-09-13 14:01:37 -06:00
parent 11045a0384
commit ade2d7a4a4
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ to accepted clients are unaffected.
If the listener has already been closed, the @exnraise[exn:fail:network].
The listener's port number may not become immediately available for
new listeners (with the default @racket[reuse?] argument of
new listeners (with the default @racket[_reuse?] argument of
@racket[tcp-listen]). For further information, see Stevens's
explanation of the @tt{TIME_WAIT} TCP state.}

View File

@ -2375,7 +2375,7 @@ bound (at @tech{phase level} 1).}
@note-lib-only[racket/require-syntax]
@defform*[[(define-require-syntax id expr)
@defform*[[(define-require-syntax id proc-expr)
(define-require-syntax (id args ...) body ...+)]]{
The first form is like @racket[define-syntax], but for a
@ -2397,7 +2397,7 @@ expands to a definition of the first form where the @racket[expr] is a
@note-lib-only[racket/provide-syntax]
@defform*[[(define-provide-syntax id expr)
@defform*[[(define-provide-syntax id proc-expr)
(define-provide-syntax (id args ...) body ...+)]]{
The first form is like @racket[define-syntax], but for a