Kaydet (Commit) 965eeca6 authored tarafından Neal Norwitz's avatar Neal Norwitz

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

üst 7a135166
...@@ -108,7 +108,7 @@ systems, this function is emulated using \cfunction{fcntl()}.) ...@@ -108,7 +108,7 @@ systems, this function is emulated using \cfunction{fcntl()}.)
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{lockf}{fd, operation, \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 This is essentially a wrapper around the \function{fcntl()} locking
calls. \var{fd} is the file descriptor of the file to lock or unlock, calls. \var{fd} is the file descriptor of the file to lock or unlock,
and \var{operation} is one of the following values: and \var{operation} is one of the following values:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment