diff options
Diffstat (limited to 'Doc/libfcntl.tex')
-rw-r--r-- | Doc/libfcntl.tex | 6 |
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 |