From 0016567893911dd391093cfe7b63c3783f421135 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Wed, 26 Feb 2003 10:57:24 +0000 Subject: [PATCH] Ooopsify write-string/partial. --- doc/scsh-manual/syscalls.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/scsh-manual/syscalls.tex b/doc/scsh-manual/syscalls.tex index 522212b..1c91740 100644 --- a/doc/scsh-manual/syscalls.tex +++ b/doc/scsh-manual/syscalls.tex @@ -936,6 +936,9 @@ Returns two ports, the read and write end-points of a {\Unix} pipe. Non-blocking I/O is only available on file descriptors and unbuffered ports. Doing non-blocking I/O to a buffered port is not well-defined, and is an error (the problem is the subsequent flush operation). + + \oops{\ex{write-string/partial} is currently not implemented. + Consider using threads to achive the same functionality.} \end{defundescx} \subsection{Buffered I/O}