From 47fe4b82ae3cb8211b6aea0ff7947d32b5c9b506 Mon Sep 17 00:00:00 2001 From: bdc Date: Tue, 29 Oct 1996 22:28:53 +0000 Subject: [PATCH] correct wait arguments --- doc/cheat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cheat.txt b/doc/cheat.txt index 254ce63..8f795e5 100644 --- a/doc/cheat.txt +++ b/doc/cheat.txt @@ -283,7 +283,7 @@ Derived procedures: (fork/pipe+ conns [thunk]) proc or #f (%fork/pipe+ conns [thunk]) proc or #f -(wait [proc/pid]) -> status [proc] +(wait proc/pid [flags]) -> status [proc] (call-terminally thunk)