From 4a20b1ad5124f1d480783263c26f8bc2a2d5fd3f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 4 Jun 2009 10:22:31 +0000 Subject: #6176: fix man page section for flock(2). --- Doc/library/fcntl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index b3b977f..fa0b3cb 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`.) -- cgit v0.12