Fix two glitches

This commit is contained in:
mainzelm 2005-10-17 21:04:46 +00:00
parent ac0edb679b
commit a049a71641
1 changed files with 3 additions and 5 deletions

View File

@ -2565,11 +2565,9 @@ or integer process ids.
\begin{desc}
Schedules a timer interrupt in \var{secs} seconds.
\end{desc}
\begin{note}
As the thread system needs the timer interrupt for its own purpose,
\note{As the thread system needs the timer interrupt for its own purpose,
\ex{itimer} works by spawning a thread which calls the interrupt
handler for \ex{interrupt/alrm} after the specified time.
\end{note}
handler for \ex{interrupt/alrm} after the specified time.}
\defun{process-sleep}{secs} \undefined
\defunx{process-sleep-until}{time}\undefined
@ -2682,7 +2680,7 @@ describes a better interface to signals.
\begin{defundesc}{signal->interrupt}{\integer}{\integer}
The programmer maps from {\Unix} signals to {\scm} interrupts with the
\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}