]> granicus.if.org Git - python/commitdiff
#6176: fix man page section for flock(2).
authorGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 10:22:31 +0000 (10:22 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 4 Jun 2009 10:22:31 +0000 (10:22 +0000)
Doc/library/fcntl.rst

index b3b977f9345d9223b48fe5169e0582c8b45de5d8..fa0b3cba976fd851845bd4c9fb5ae55f40ff206f 100644 (file)
@@ -96,7 +96,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`.)