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

Skip to content

Commit e73ad2a

Browse files
committed
Use the standard expression for the availability statement for alarm().
1 parent 8d1fdaf commit e73ad2a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/lib/libsignal.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ \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. Not on Windows. (See the
107-
\UNIX{} man page \manpage{alarm}{2}.)
106+
is zero, no alarm is currently scheduled. (See the \UNIX{} man page
107+
\manpage{alarm}{2}.)
108+
Availability: \UNIX.
108109
\end{funcdesc}
109110

110111
\begin{funcdesc}{getsignal}{signalnum}

0 commit comments

Comments
 (0)