diff options
author | Guido van Rossum <guido@python.org> | 1996-07-21 02:21:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-21 02:21:49 (GMT) |
commit | 38e5088aa413b6b130db0bfeaa961f5de81efece (patch) | |
tree | f11671788dac432b7b3ac0b4f2cb12bb667979e1 /Doc/libposix.tex | |
parent | ed43073e0073be0c12634f17499a6fe5e48742aa (diff) | |
download | cpython-38e5088aa413b6b130db0bfeaa961f5de81efece.zip cpython-38e5088aa413b6b130db0bfeaa961f5de81efece.tar.gz cpython-38e5088aa413b6b130db0bfeaa961f5de81efece.tar.bz2 |
added plock
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r-- | Doc/libposix.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex index bbb1b57..a87f5c0 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{<sys/lock.h>}) 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 |