summaryrefslogtreecommitdiffstats
path: root/Doc/libposixfile.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libposixfile.tex')
-rw-r--r--Doc/libposixfile.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/libposixfile.tex b/Doc/libposixfile.tex
index 6679f12..5c853e7 100644
--- a/Doc/libposixfile.tex
+++ b/Doc/libposixfile.tex
@@ -3,6 +3,10 @@
\bimodindex{posixfile}
\indexii{posix}{file object}
+\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 \code{fcntl.lockf()} call.
+
This module implements some additional functionality over the built-in
file objects. In particular, it implements file locking, control over
the file flags, and an easy interface to duplicate the file object.