Closes PR 11888
This commit is contained in:
Matthew Flatt 2011-05-03 14:38:03 -06:00
parent 87a4132b40
commit 76484e9ead

View File

@ -344,7 +344,7 @@ Under Windows, the first argument after @racket[command] can be
line. See @racket[subprocess] for details.}
@defproc[(system/exit-code [command string?]) (integer-in 0 255)]{
@defproc[(system/exit-code [command (or/c string? bytes?)]) (integer-in 0 255)]{
Like @racket[system], except that the result is the exit code returned
by the subprocess. A @racket[0] result normally indicates success.}