Patch #1462496: typo in libsignal.tex

This commit is contained in:
Georg Brandl 2006-04-01 07:42:41 +00:00
parent 22a9dc889d
commit 014d29f331
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ The \module{signal} module defines the following functions:
Any previously scheduled alarm is canceled (only one alarm can
be scheduled at any time). The returned value is then the number of
seconds before any previously set alarm was to have been delivered.
If \var{time} is zero, no alarm id scheduled, and any scheduled
If \var{time} is zero, no alarm is scheduled, and any scheduled
alarm is canceled. The return value is the number of seconds
remaining before a previously scheduled alarm. If the return value
is zero, no alarm is currently scheduled. (See the \UNIX{} man page