Skip to content

Commit 2168ad1

Browse files
Fix Sphinx markup.
1 parent 5776535 commit 2168ad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/library/dbm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ functionality like crash tolerance.
237237
* ``'s'``: Synchronized mode.
238238
Changes to the database will be written immediately to the file.
239239
* ``'u'``: Do not lock database.
240-
* ``'m'``: Do not use :man:`mmap(2)`.
240+
* ``'m'``: Do not use :manpage:`mmap(2)`.
241241
This may harm performance, but improve crash tolerance.
242242
.. versionadded:: next
243243

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dbm
9393
---
9494

9595
* Add the ``'m'`` flag for :func:`dbm.gnu.open` which allows to disable
96-
the use of :man:`mmap(2)`.
96+
the use of :manpage:`mmap(2)`.
9797
This may harm performance, but improve crash tolerance.
9898
(Contributed by Serhiy Storchaka in :gh:`66234`.)
9999

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Add the ``'m'`` flag for :func:`dbm.gnu.open` which allows to disable the
2-
use of :man:`mmap(2)`. This may harm performance, but improve crash
2+
use of :manpage:`mmap(2)`. This may harm performance, but improve crash
33
tolerance.

0 commit comments

Comments
 (0)