minor doc fixes
This commit is contained in:
parent
11045a0384
commit
ade2d7a4a4
|
@ -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.}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user