Updating docs.

This commit is contained in:
Alex Shinn 2014-02-02 16:27:21 +09:00
parent e5c243ee10
commit 262a5ee9ff

View file

@ -44,7 +44,7 @@
(c-include "signal.c")
;;> \subsubsubsection{\rawcode{(set-signal-action! signal handler)}}
;;> \procedure{(set-signal-action! signal handler)}
;;> Sets the signal handler for \var{signal} to \var{handler}
;;> and returns the old handler. \var{handler} should be a procedure
@ -102,7 +102,7 @@
;;(define-c pid_t wait ((result int)))
;;> \subsubsubsection{\rawcode{(waitpid pid options)}}
;;> \procedure{(waitpid pid options)}
;;> Wait on the process \var{pid}, or any child process if \var{pid}
;;> is \rawcode{-1}. \var{options} should be 0, or \var{wait/no-hang}