From: Fred Drake Date: Fri, 15 Feb 2002 20:59:43 +0000 (+0000) Subject: Use the standard expression for the availability statement for alarm(). X-Git-Tag: v2.3c1~6667 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e73ad2a21f997f0d18195207972fb31a09b0b1c1;p=thirdparty%2FPython%2Fcpython.git Use the standard expression for the availability statement for alarm(). --- diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index f77f0a844a86..e3aa17177577 100644 --- a/Doc/lib/libsignal.tex +++ b/Doc/lib/libsignal.tex @@ -103,8 +103,9 @@ The \module{signal} module defines the following functions: If \var{time} is zero, no alarm id scheduled, and any scheduled alarm is canceled. The return value is the number of seconds remaining before a previously scheduled alarm. If the return value - is zero, no alarm is currently scheduled. Not on Windows. (See the - \UNIX{} man page \manpage{alarm}{2}.) + is zero, no alarm is currently scheduled. (See the \UNIX{} man page + \manpage{alarm}{2}.) + Availability: \UNIX. \end{funcdesc} \begin{funcdesc}{getsignal}{signalnum}