diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-06-13 21:11:03 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-06-13 21:11:03 (GMT) |
commit | 965eeca63000a83de3657e923343e7b6509d14c1 (patch) | |
tree | 6638f281563e320ef50130d5245bc2406bd11e61 /Doc/lib/libfcntl.tex | |
parent | 7a135166f65232a39d1a607465bbd26ac993069a (diff) | |
download | cpython-965eeca63000a83de3657e923343e7b6509d14c1.zip cpython-965eeca63000a83de3657e923343e7b6509d14c1.tar.gz cpython-965eeca63000a83de3657e923343e7b6509d14c1.tar.bz2 |
SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring)
Diffstat (limited to 'Doc/lib/libfcntl.tex')
-rw-r--r-- | Doc/lib/libfcntl.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex index 086b12a..21daa41 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: |