Skip to content

Commit 6acd7a4

Browse files
committed
update descriptions
1 parent 5902cb0 commit 6acd7a4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Doc/library/mmap.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,16 @@ MAP_* Constants
373373
MAP_ALIGNED_SUPER
374374
MAP_CONCEAL
375375

376-
These are the various flags that can be passed to :meth:`mmap.mmap`. Note that some options might not be present on some systems.
376+
These are the various flags that can be passed to :meth:`mmap.mmap`. :data:`MAP_ALIGNED_SUPER`
377+
is only available at FreeBSD and :data:`MAP_CONCEAL` is only available at OpenBSD. Note
378+
that some options might not be present on some systems.
377379

378380
.. versionchanged:: 3.10
379-
Added MAP_POPULATE constant.
381+
Added :data:`MAP_POPULATE` constant.
380382

381383
.. versionadded:: 3.11
382-
Added MAP_STACK constant.
384+
Added :data:`MAP_STACK` constant.
383385

384386
.. versionadded:: 3.12
385-
Added MAP_ALIGNED_SUPER constant.
386-
Added MAP_CONCEAL constant.
387+
Added :data:`MAP_ALIGNED_SUPER` constant.
388+
Added :data:`MAP_CONCEAL` constant.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants to mmap module
2-
1+
Add :data:`mmap.MAP_ALIGNED_SUPER` FreeBSD and :data:`mmap.MAP_CONCEAL
2+
OpenBSD constants to :mod:`mmap`. Patch by Yeojin Kim.

0 commit comments

Comments
 (0)