Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d1fdaf

Browse files
author
Skip Montanaro
committed
note that the alarm function is not available on Windows.
1 parent 960d7a6 commit 8d1fdaf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libsignal.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ \section{\module{signal} ---
103103
If \var{time} is zero, no alarm id scheduled, and any scheduled
104104
alarm is canceled. The return value is the number of seconds
105105
remaining before a previously scheduled alarm. If the return value
106-
is zero, no alarm is currently scheduled. (See the \UNIX{} man page
107-
\manpage{alarm}{2}.)
106+
is zero, no alarm is currently scheduled. Not on Windows. (See the
107+
\UNIX{} man page \manpage{alarm}{2}.)
108108
\end{funcdesc}
109109

110110
\begin{funcdesc}{getsignal}{signalnum}
@@ -120,8 +120,8 @@ \section{\module{signal} ---
120120

121121
\begin{funcdesc}{pause}{}
122122
Cause the process to sleep until a signal is received; the
123-
appropriate handler will then be called. Returns nothing. (See the
124-
\UNIX{} man page \manpage{signal}{2}.)
123+
appropriate handler will then be called. Returns nothing. Not on
124+
Windows. (See the \UNIX{} man page \manpage{signal}{2}.)
125125
\end{funcdesc}
126126

127127
\begin{funcdesc}{signal}{signalnum, handler}

0 commit comments

Comments
 (0)