diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-12 06:46:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-12 06:46:16 (GMT) |
commit | 4e7e11abe57d9a3a8cf1684009447570225fc9bf (patch) | |
tree | 145bd7dc12e055b9bf874d81f7f69e4ab7446fd4 /Doc/lib/libposixfile.tex | |
parent | 371ecc0c1be0847862a67ffe4ca33fe0174ee986 (diff) | |
download | cpython-4e7e11abe57d9a3a8cf1684009447570225fc9bf.zip cpython-4e7e11abe57d9a3a8cf1684009447570225fc9bf.tar.gz cpython-4e7e11abe57d9a3a8cf1684009447570225fc9bf.tar.bz2 |
Use \withsubitem{} for indexing extra-module functions.
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r-- | Doc/lib/libposixfile.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index a8a6d71..9ab584b 100644 --- a/Doc/lib/libposixfile.tex +++ b/Doc/lib/libposixfile.tex @@ -7,7 +7,7 @@ \emph{Note:} This module will become obsolete in a future release. The locking operation that it provides is done better and more portably by the \function{fcntl.lockf()} call.% -\index{lockf()@\idxcode{lockf()} (in module fcntl)} +\withsubitem{(in module fcntl)}{\ttindex{lockf()}} This module implements some additional functionality over the built-in file objects. In particular, it implements file locking, control over @@ -15,7 +15,8 @@ the file flags, and an easy interface to duplicate the file object. The module defines a new file object, the posixfile object. It has all the standard file object methods and adds the methods described below. This module only works for certain flavors of -\UNIX{}, since it uses \function{fcntl()} for file locking. +\UNIX{}, since it uses \function{fcntl.fcntl()} for file locking.% +\withsubitem{(in module fcntl)}{\ttindex{fcntl()}} To instantiate a posixfile object, use the \function{open()} function in the \module{posixfile} module. The resulting object looks and |