File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments