Fix two glitches
This commit is contained in:
parent
ac0edb679b
commit
a049a71641
|
@ -2565,11 +2565,9 @@ or integer process ids.
|
||||||
\begin{desc}
|
\begin{desc}
|
||||||
Schedules a timer interrupt in \var{secs} seconds.
|
Schedules a timer interrupt in \var{secs} seconds.
|
||||||
\end{desc}
|
\end{desc}
|
||||||
\begin{note}
|
\note{As the thread system needs the timer interrupt for its own purpose,
|
||||||
As the thread system needs the timer interrupt for its own purpose,
|
|
||||||
\ex{itimer} works by spawning a thread which calls the interrupt
|
\ex{itimer} works by spawning a thread which calls the interrupt
|
||||||
handler for \ex{interrupt/alrm} after the specified time.
|
handler for \ex{interrupt/alrm} after the specified time.}
|
||||||
\end{note}
|
|
||||||
|
|
||||||
\defun{process-sleep}{secs} \undefined
|
\defun{process-sleep}{secs} \undefined
|
||||||
\defunx{process-sleep-until}{time}\undefined
|
\defunx{process-sleep-until}{time}\undefined
|
||||||
|
@ -2682,7 +2680,7 @@ describes a better interface to signals.
|
||||||
\begin{defundesc}{signal->interrupt}{\integer}{\integer}
|
\begin{defundesc}{signal->interrupt}{\integer}{\integer}
|
||||||
The programmer maps from {\Unix} signals to {\scm} interrupts with the
|
The programmer maps from {\Unix} signals to {\scm} interrupts with the
|
||||||
\ex{signal->interrupt} procedure.
|
\ex{signal->interrupt} procedure.
|
||||||
If the signal does not have a defined {\scm} interrupt, an errror is signaled.
|
If the signal does not have a defined {\scm} interrupt, an error is signaled.
|
||||||
\end{defundesc}
|
\end{defundesc}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue