SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring)

This commit is contained in:
Neal Norwitz 2004-06-13 21:11:03 +00:00
parent 7a135166f6
commit 965eeca630
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ systems, this function is emulated using \cfunction{fcntl()}.)
\end{funcdesc}
\begin{funcdesc}{lockf}{fd, operation,
\optional{len, \optional{start, \optional{whence}}}}
\optional{length, \optional{start, \optional{whence}}}}
This is essentially a wrapper around the \function{fcntl()} locking
calls. \var{fd} is the file descriptor of the file to lock or unlock,
and \var{operation} is one of the following values: