[Python-checkins] python/dist/src/Doc/lib libos.tex,1.130,1.131

loewis at users.sourceforge.net loewis at users.sourceforge.net
Mon Nov 10 01:35:38 EST 2003


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

Modified Files:
	libos.tex 
Log Message:
Patch #839038: Add getsid(2).


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** libos.tex	10 Sep 2003 00:11:28 -0000	1.130
--- libos.tex	10 Nov 2003 06:35:36 -0000	1.131
***************
*** 255,258 ****
--- 255,264 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{getsid}{pid}
+ Calls the system call \cfunction{getsid()}.  See the \UNIX{} manual
+ for the semantics.
+ Availability: \UNIX.
+ \end{funcdesc}
+ 
  \begin{funcdesc}{setsid}{}
  Calls the system call \cfunction{setsid()}.  See the \UNIX{} manual





More information about the Python-checkins mailing list