Skip to content

Commit

Permalink
gh-87192: Update wording for fcntl 'Changed in' (#91658)
Browse files Browse the repository at this point in the history
  • Loading branch information
slateny committed Apr 30, 2022
1 parent b660d09 commit d7eb1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/fcntl.rst
Expand Up @@ -37,7 +37,8 @@ descriptor.
On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
the path of a file from a file descriptor.
On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
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
description locks.

.. versionchanged:: 3.10
On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and
Expand Down

0 comments on commit d7eb1ff

Please sign in to comment.