[Python-checkins] r73216 - in python/branches/py3k: Doc/library/fcntl.rst

georg.brandl python-checkins at python.org
Thu Jun 4 12:23:20 CEST 2009


Author: georg.brandl
Date: Thu Jun  4 12:23:20 2009
New Revision: 73216

Log:
Merged revisions 73215 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73215 | georg.brandl | 2009-06-04 12:22:31 +0200 (Do, 04 Jun 2009) | 1 line
  
  #6176: fix man page section for flock(2).
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/fcntl.rst

Modified: python/branches/py3k/Doc/library/fcntl.rst
==============================================================================
--- python/branches/py3k/Doc/library/fcntl.rst	(original)
+++ python/branches/py3k/Doc/library/fcntl.rst	Thu Jun  4 12:23:20 2009
@@ -90,7 +90,7 @@
 
    Perform the lock operation *op* on file descriptor *fd* (file objects providing
    a :meth:`fileno` method are accepted as well). See the Unix manual
-   :manpage:`flock(3)` for details.  (On some systems, this function is emulated
+   :manpage:`flock(2)` for details.  (On some systems, this function is emulated
    using :cfunc:`fcntl`.)
 
 


More information about the Python-checkins mailing list