Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec80688

Browse files
committed
Merged revisions 73215 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r73215 | georg.brandl | 2009-06-04 12:22:31 +0200 (Do, 04 Jun 2009) | 1 line python#6176: fix man page section for flock(2). ........
1 parent 3cfdd9c commit ec80688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/fcntl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The module defines the following functions:
9090

9191
Perform the lock operation *op* on file descriptor *fd* (file objects providing
9292
a :meth:`fileno` method are accepted as well). See the Unix manual
93-
:manpage:`flock(3)` for details. (On some systems, this function is emulated
93+
:manpage:`flock(2)` for details. (On some systems, this function is emulated
9494
using :cfunc:`fcntl`.)
9595

9696

0 commit comments

Comments
 (0)