We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b660d09 commit d7eb1ffCopy full SHA for d7eb1ff
Doc/library/fcntl.rst
@@ -37,7 +37,8 @@ descriptor.
37
On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
38
the path of a file from a file descriptor.
39
On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
40
- and ``F_OFD_SETLKW`` constants, which working with open file description locks.
+ and ``F_OFD_SETLKW`` constants, which are used when working with open file
41
+ description locks.
42
43
.. versionchanged:: 3.10
44
On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and
0 commit comments