Patch #1462496: typo in libsignal.tex
This commit is contained in:
parent
22a9dc889d
commit
014d29f331
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue