[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
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.14,1.15 librestricted.tex,1.7,1.8
- Next message: [Python-checkins] CVS: python/dist/src configure,1.254,1.255 configure.in,1.262,1.263 pyconfig.h.in,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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}.
- Previous message: [Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.14,1.15 librestricted.tex,1.7,1.8
- Next message: [Python-checkins] CVS: python/dist/src configure,1.254,1.255 configure.in,1.262,1.263 pyconfig.h.in,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]