Kaydet (Commit) 4a20b1ad authored tarafından Georg Brandl's avatar Georg Brandl

#6176: fix man page section for flock(2).

üst 3a5971c2
...@@ -96,7 +96,7 @@ The module defines the following functions: ...@@ -96,7 +96,7 @@ The module defines the following functions:
Perform the lock operation *op* on file descriptor *fd* (file objects providing Perform the lock operation *op* on file descriptor *fd* (file objects providing
a :meth:`fileno` method are accepted as well). See the Unix manual 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`.) using :cfunc:`fcntl`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment