This commit is contained in:
Matthew Flatt 2011-04-15 07:31:10 -06:00
parent 7319bd1884
commit f1d0811249

View File

@ -173,7 +173,7 @@ might be a device that is connected through the filesystem, such as
port is block-buffered by default, unless the file corresponds to a port is block-buffered by default, unless the file corresponds to a
terminal, in which case it is line-buffered by default. terminal, in which case it is line-buffered by default.
The port produced by @racket[open-output-port] should be explicitly The port produced by @racket[open-output-file] should be explicitly
closed, either though @racket[close-output-port] or indirectly via closed, either though @racket[close-output-port] or indirectly via
@racket[custodian-shutdown-all], to release the OS-level file @racket[custodian-shutdown-all], to release the OS-level file
handle. The output port will not be closed automatically if it is handle. The output port will not be closed automatically if it is