[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.74,1.74.2.1

Fred L. Drake fdrake@users.sourceforge.net
Thu, 20 Dec 2001 19:58:29 -0800


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

Modified Files:
      Tag: release22-branch
	libos.tex 
Log Message:
Add a reference to the signal module to the os.kill() description.
This closes SF bug #495609.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.74
retrieving revision 1.74.2.1
diff -C2 -d -r1.74 -r1.74.2.1
*** libos.tex	2001/12/20 17:24:11	1.74
--- libos.tex	2001/12/21 03:58:27	1.74.2.1
***************
*** 981,985 ****
  \index{process!killing}
  \index{process!signalling}
! Kill the process \var{pid} with signal \var{sig}.
  Availability: \UNIX.
  \end{funcdesc}
--- 981,987 ----
  \index{process!killing}
  \index{process!signalling}
! Kill the process \var{pid} with signal \var{sig}.  Constants for the
! specific signals available on the host platform are defined in the
! \refmodule{signal} module.
  Availability: \UNIX.
  \end{funcdesc}