Minor tuneup; still way out of date.

This commit is contained in:
shivers 1995-10-28 22:08:23 +00:00
parent dce0dc36cd
commit 28ab57259a
1 changed files with 5 additions and 2 deletions

View File

@ -116,7 +116,10 @@ run/file*, that take thunk arguments for the subprocess.
(close port/fd) (close port/fd)
(stdports->stdio) (stdports->stdio)
(stdio->stdports THUNK) (stdio->stdports)
(with-stdio-ports* thunk) -> value(s) of thunk
(with-stdio-ports . body) -> value(s) of body
(make-string-input-port) -> port (make-string-input-port) -> port
(string-output-port-output port) -> port (string-output-port-output port) -> port
@ -223,7 +226,7 @@ Derived procedures:
file-last-status-change ctime file-last-status-change ctime
(file-not-readable? fname) -> boolean (file-not-readable? fname) -> boolean
(file-not-writeable? fname) -> boolean (file-not-writable? fname) -> boolean
(file-not-executable? fname) -> boolean (file-not-executable? fname) -> boolean
Returns one of Returns one of