CMUCL commit: src/docs/cmu-user (extensions.tex)
Raymond Toy
rtoy at common-lisp.net
Wed Dec 30 17:39:46 CET 2009
Date: Wednesday, December 30, 2009 @ 11:39:46
Author: rtoy
Path: /project/cmucl/cvsroot/src/docs/cmu-user
Modified: extensions.tex
Comment out the :BEFORE-EXECVE option; it doesn't seem to exist
anymore.
----------------+
extensions.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: src/docs/cmu-user/extensions.tex
diff -u src/docs/cmu-user/extensions.tex:1.41 src/docs/cmu-user/extensions.tex:1.42
--- src/docs/cmu-user/extensions.tex:1.41 Wed Dec 30 11:35:10 2009
+++ src/docs/cmu-user/extensions.tex Wed Dec 30 11:39:46 2009
@@ -1196,10 +1196,10 @@
specifying \kwd{wait} as \nil. The function takes the process as
a required argument.
- \item[\kwd{before-execve}] This specifies a function to run in the
- child process before it becomes the program to run. This is
- useful for actions such as authenticating the child process
- without modifying the parent Lisp process.
+% \item[\kwd{before-execve}] This specifies a function to run in the
+% child process before it becomes the program to run. This is
+% useful for actions such as authenticating the child process
+% without modifying the parent Lisp process.
\end{Lentry}
\end{defun}
More information about the cmucl-commit
mailing list