summaryrefslogtreecommitdiffstats
path: root/Doc/libfcntl.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-13 19:00:33 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-13 19:00:33 (GMT)
commitefc1e0f43b51e219dd3dfae06d6df3f8a2b69230 (patch)
tree53a69d5b4d2e6fd7954be4f3f6bacda7ca82c243 /Doc/libfcntl.tex
parent3dd264cc0fae7e372121360959c3ee1e081b0596 (diff)
downloadcpython-efc1e0f43b51e219dd3dfae06d6df3f8a2b69230.zip
cpython-efc1e0f43b51e219dd3dfae06d6df3f8a2b69230.tar.gz
cpython-efc1e0f43b51e219dd3dfae06d6df3f8a2b69230.tar.bz2
Consistency:
"Unix" ==> "\UNIX{}"
Diffstat (limited to 'Doc/libfcntl.tex')
-rw-r--r--Doc/libfcntl.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libfcntl.tex b/Doc/libfcntl.tex
index 21f2514..15aeec2 100644
--- a/Doc/libfcntl.tex
+++ b/Doc/libfcntl.tex
@@ -38,13 +38,13 @@ The module defines the following functions:
\begin{funcdesc}{flock}{fd\, op}
Perform the lock operation \var{op} on file descriptor \var{fd}.
-See the Unix manual for details. (On some systems, this function is
-emulated using \code{fcntl}.)
+See the \UNIX{} manual for details. (On some systems, this function is
+emulated using \code{fcntl()}.)
\end{funcdesc}
\begin{funcdesc}{lockf}{fd\, code\, \optional{len\, \optional{start\, \optional{whence}}}}
This is a wrapper around the \code{F_SETLK} and \code{F_SETLKW}
-\code{fcntl()} calls. See the Unix manual for details.
+\code{fcntl()} calls. See the \UNIX{} manual for details.
\end{funcdesc}
If the library modules \code{FCNTL} or \code{IOCTL} are missing, you