Added some indexes to the reference to make open-output-nowhere easier

to find.
This commit is contained in:
Vincent St-Amour 2010-05-25 15:48:35 -04:00
parent 8c98f9d979
commit c11a88f888

View File

@ -271,8 +271,11 @@ instead of interleaving them.}
@defproc[(open-output-nowhere [name any/c 'nowhere] [special-ok? any/c #t])
output-port?]{
@index*['("discard-output" "null-output" "null-output-port" "dev-null"
"/dev/null")
'("Opening a null output port")]{
Creates and returns an output port that discards all output sent to it
Creates} and returns an output port that discards all output sent to it
(without blocking). The @scheme[name] argument is used as the port's
name. If the @scheme[special-ok?] argument is true, then the
resulting port supports @scheme[write-special], otherwise it does not.}