[Python-checkins] python/dist/src/Doc/lib libfcntl.tex,1.33,1.34

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Jun 13 17:11:06 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15369/Doc/lib

Modified Files:
	libfcntl.tex 
Log Message:
SF bug #970042, lockf() signature uses len, doc refers to length (use length, same as docstring)

Index: libfcntl.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfcntl.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** libfcntl.tex	16 Jan 2004 16:07:04 -0000	1.33
--- libfcntl.tex	13 Jun 2004 21:11:03 -0000	1.34
***************
*** 109,113 ****
  
  \begin{funcdesc}{lockf}{fd, operation,
!     \optional{len, \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,
--- 109,113 ----
  
  \begin{funcdesc}{lockf}{fd, operation,
!     \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,




More information about the Python-checkins mailing list