From: Neal Norwitz Date: Sun, 13 Jun 2004 21:11:03 +0000 (+0000) Subject: SF bug #970042, lockf() signature uses len, doc refers to length (use length, same... X-Git-Tag: v2.4a1~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=965eeca63000a83de3657e923343e7b6509d14c1;p=python SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring) --- diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex index 086b12a7db..21daa419d4 100644 --- a/Doc/lib/libfcntl.tex +++ b/Doc/lib/libfcntl.tex @@ -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: