Commit 014d29f3 authored by Georg Brandl's avatar Georg Brandl

Patch #1462496: typo in libsignal.tex

parent 22a9dc88
...@@ -100,7 +100,7 @@ The \module{signal} module defines the following functions: ...@@ -100,7 +100,7 @@ The \module{signal} module defines the following functions:
Any previously scheduled alarm is canceled (only one alarm can Any previously scheduled alarm is canceled (only one alarm can
be scheduled at any time). The returned value is then the number of be scheduled at any time). The returned value is then the number of
seconds before any previously set alarm was to have been delivered. 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 alarm is canceled. The return value is the number of seconds
remaining before a previously scheduled alarm. If the return value remaining before a previously scheduled alarm. If the return value
is zero, no alarm is currently scheduled. (See the \UNIX{} man page is zero, no alarm is currently scheduled. (See the \UNIX{} man page
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment