diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/lib/libposixfile.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r-- | Doc/lib/libposixfile.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex index 9c0ffd8..491e0e2 100644 --- a/Doc/lib/libposixfile.tex +++ b/Doc/lib/libposixfile.tex @@ -1,9 +1,13 @@ % Manual text and implementation by Jaap Vermeulen \section{\module{posixfile} --- - A file-like object with support for locking.} -\declaremodule{builtin}{posixfile} + File-like objects with locking support} +\declaremodule{builtin}{posixfile} + \platform{UNIX} \modulesynopsis{A file-like object with support for locking.} +\moduleauthor{Jaap Vermeulen}{} +\sectionauthor{Jaap Vermeulen}{} + \indexii{\POSIX{}}{file object} |