]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add an availability statement for alarm().
authorFred Drake <fdrake@acm.org>
Fri, 15 Feb 2002 21:00:17 +0000 (21:00 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Feb 2002 21:00:17 +0000 (21:00 +0000)
Doc/lib/libsignal.tex

index 144b054dba21df1ecb601d2de764d27e50985e20..3da6b0e0dece17c995f1fb9ce0f1d43017c8d85c 100644 (file)
@@ -105,6 +105,7 @@ The \module{signal} module defines the following functions:
   remaining before a previously scheduled alarm.  If the return value
   is zero, no alarm is currently scheduled.  (See the \UNIX{} man page
   \manpage{alarm}{2}.)
+  Availability: \UNIX.
 \end{funcdesc}
 
 \begin{funcdesc}{getsignal}{signalnum}