]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use the standard expression for the availability statement for alarm().
authorFred Drake <fdrake@acm.org>
Fri, 15 Feb 2002 20:59:43 +0000 (20:59 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Feb 2002 20:59:43 +0000 (20:59 +0000)
Doc/lib/libsignal.tex

index f77f0a844a86dc62cada6d7b0c3fe9949f1dbec3..e3aa17177577a8144fd9f1140662e3d1b4c1c81a 100644 (file)
@@ -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}