Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document trackfd as keyword-only
  • Loading branch information
encukou committed Jan 9, 2024
commit 76075938165779d8b8c6e44af9b51ed981c7f18b
2 changes: 1 addition & 1 deletion Doc/library/mmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
.. audit-event:: mmap.__new__ fileno,length,access,offset mmap.mmap

.. class:: mmap(fileno, length, flags=MAP_SHARED, prot=PROT_WRITE|PROT_READ, \
access=ACCESS_DEFAULT, offset=0, trackfd=True)
access=ACCESS_DEFAULT, offset=0, *, trackfd=True)
:noindex:

**(Unix version)** Maps *length* bytes from the file specified by the file
Expand Down