File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,6 +241,12 @@ \section{Built-in Module \sectcode{posix}}
241241(Not on MS-DOS.)
242242\end {funcdesc }
243243
244+ \begin {funcdesc }{plock}{op}
245+ Lock program segments into memory. The value of \var {op}
246+ (defined in \code {<sys/lock.h>}) determines which segments are locked.
247+ (Not on MS-DOS.)
248+ \end {funcdesc }
249+
244250\begin {funcdesc }{popen}{command\optional {\, mode\optional {\, bufsize}}}
245251Open a pipe to or from \var {command}. The return value is an open
246252file object connected to the pipe, which can be read or written
Original file line number Diff line number Diff line change @@ -241,6 +241,12 @@ \section{Built-in Module \sectcode{posix}}
241241(Not on MS-DOS.)
242242\end {funcdesc }
243243
244+ \begin {funcdesc }{plock}{op}
245+ Lock program segments into memory. The value of \var {op}
246+ (defined in \code {<sys/lock.h>}) determines which segments are locked.
247+ (Not on MS-DOS.)
248+ \end {funcdesc }
249+
244250\begin {funcdesc }{popen}{command\optional {\, mode\optional {\, bufsize}}}
245251Open a pipe to or from \var {command}. The return value is an open
246252file object connected to the pipe, which can be read or written
You can’t perform that action at this time.
0 commit comments