From a049a71641a65ac9e13cb23b218b7f09f4550eaf Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 17 Oct 2005 21:04:46 +0000 Subject: [PATCH] Fix two glitches --- doc/scsh-manual/syscalls.tex | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/scsh-manual/syscalls.tex b/doc/scsh-manual/syscalls.tex index 4e04951..d2ebcc7 100644 --- a/doc/scsh-manual/syscalls.tex +++ b/doc/scsh-manual/syscalls.tex @@ -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}