]> granicus.if.org Git - python/commitdiff
SF bug #970042, lockf() signature uses len, doc refers to length (use length, same...
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Jun 2004 21:11:03 +0000 (21:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Jun 2004 21:11:03 +0000 (21:11 +0000)
Doc/lib/libfcntl.tex

index 086b12a7dbf4b534f43f9a4b7d7e40417a7b552f..21daa419d46bec5e11982739efa6ced9466340f0 100644 (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: