From: Guido van Rossum Date: Sun, 21 Jul 1996 02:21:49 +0000 (+0000) Subject: added plock X-Git-Tag: v1.4b2~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38e5088aa413b6b130db0bfeaa961f5de81efece;p=python added plock --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index bbb1b579d9..a87f5c0019 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -241,6 +241,12 @@ usable for reading and writing, respectively. (Not on MS-DOS.) \end{funcdesc} +\begin{funcdesc}{plock}{op} +Lock program segments into memory. The value of \var{op} +(defined in \code{}) determines which segments are locked. +(Not on MS-DOS.) +\end{funcdesc} + \begin{funcdesc}{popen}{command\optional{\, mode\optional{\, bufsize}}} Open a pipe to or from \var{command}. The return value is an open file object connected to the pipe, which can be read or written diff --git a/Doc/libposix.tex b/Doc/libposix.tex index bbb1b579d9..a87f5c0019 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -241,6 +241,12 @@ usable for reading and writing, respectively. (Not on MS-DOS.) \end{funcdesc} +\begin{funcdesc}{plock}{op} +Lock program segments into memory. The value of \var{op} +(defined in \code{}) determines which segments are locked. +(Not on MS-DOS.) +\end{funcdesc} + \begin{funcdesc}{popen}{command\optional{\, mode\optional{\, bufsize}}} Open a pipe to or from \var{command}. The return value is an open file object connected to the pipe, which can be read or written