[Python-checkins] CVS: python/dist/src/Doc/lib libsignal.tex,1.22,1.23

Fred L. Drake fdrake@users.sourceforge.net
Fri, 15 Feb 2002 12:59:45 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28337/lib

Modified Files:
	libsignal.tex 
Log Message:
Use the standard expression for the availability statement for alarm().

Index: libsignal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsignal.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** libsignal.tex	15 Feb 2002 20:36:19 -0000	1.22
--- libsignal.tex	15 Feb 2002 20:59:43 -0000	1.23
***************
*** 104,109 ****
    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}.)
  \end{funcdesc}
  
--- 104,110 ----
    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.  (See the \UNIX{} man page
!   \manpage{alarm}{2}.)
!   Availability: \UNIX.
  \end{funcdesc}