diff options
author | Fred Drake <fdrake@acm.org> | 2002-02-15 20:59:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-02-15 20:59:43 (GMT) |
commit | e73ad2a21f997f0d18195207972fb31a09b0b1c1 (patch) | |
tree | 715dacc3d519e32c40a351679d543e4b218061e6 | |
parent | 8d1fdafd8917087229bc4ec59964ef8309ccad27 (diff) | |
download | cpython-e73ad2a21f997f0d18195207972fb31a09b0b1c1.zip cpython-e73ad2a21f997f0d18195207972fb31a09b0b1c1.tar.gz cpython-e73ad2a21f997f0d18195207972fb31a09b0b1c1.tar.bz2 |
Use the standard expression for the availability statement for alarm().
-rw-r--r-- | Doc/lib/libsignal.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index f77f0a8..e3aa171 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} |