From: Georg Brandl Date: Thu, 4 Jun 2009 10:22:31 +0000 (+0000) Subject: #6176: fix man page section for flock(2). X-Git-Tag: v2.7a1~1028 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a20b1ad5124f1d480783263c26f8bc2a2d5fd3f;p=python #6176: fix man page section for flock(2). --- diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index b3b977f934..fa0b3cba97 100644 --- a/Doc/library/fcntl.rst +++ b/Doc/library/fcntl.rst @@ -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`.)