Consistency:

"Unix" ==> "\UNIX{}"
This commit is contained in:
Fred Drake 1998-01-13 19:00:33 +00:00
parent 3dd264cc0f
commit efc1e0f43b
6 changed files with 14 additions and 14 deletions

View file

@ -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