]> granicus.if.org Git - python/commitdiff
Merged revisions 73215 via svnmerge from
authorGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 10:23:20 +0000 (10:23 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 10:23:20 +0000 (10:23 +0000)
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).
........

Doc/library/fcntl.rst

index a397afc1d8a78ef115d3363606a9acd25e2a9fcc..97fbb50ae25b32a6ecf2d20469275c937e1ee541 100644 (file)
@@ -90,7 +90,7 @@ The module defines the following functions:
 
    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`.)