mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
Updating docs.
This commit is contained in:
parent
e5c243ee10
commit
262a5ee9ff
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue