Skip to content

Commit be4d550

Browse files
committed
Address code review
1 parent 795d31c commit be4d550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,8 @@ Build changes
12531253
modules that are missing or packaged separately.
12541254
(Contributed by Stan Ulbrych and Petr Viktorin in :gh:`139707`.)
12551255

1256-
* Annotating anonymous mmap usage is now supported if Linux kernel supports ``PR_SET_VMA_ANON_NAME`` (Linux 5.17 or newer).
1256+
* Annotating anonymous mmap usage is now supported if Linux kernel supports
1257+
:manpage:`PR_SET_VMA_ANON_NAME <PR_SET_VMA(2const)>` (Linux 5.17 or newer).
12571258
Annotations are visible in ``/proc/<pid>/maps`` if the kernel supports the feature
12581259
and :option:`-X dev <-X>` is passed to the Python or Python is built in :ref:`debug mode <debug-build>`.
12591260
(Contributed by Donghee Na in :gh:`141770`)

0 commit comments

Comments
 (0)