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

Martin v. L?wis loewis@users.sourceforge.net
2001年10月04日 15:44:28 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv23175/Doc/lib
Modified Files:
	libos.tex 
Log Message:
Add chroot call. Implements feature #459267.
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** libos.tex	2001年09月28日 16:14:18	1.65
--- libos.tex	2001年10月04日 22:44:26	1.66
***************
*** 578,581 ****
--- 578,587 ----
 \end{funcdesc}
 
+ \begin{funcdesc}{chroot}{path}
+ Change the root directory of the current process to \var{path}.
+ Availability: \UNIX{}.
+ \versionadded{2.2}
+ \end{funcdesc}
+ 
 \begin{funcdesc}{chmod}{path, mode}
 Change the mode of \var{path} to the numeric \var{mode}.

AltStyle によって変換されたページ (->オリジナル) /