File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Add 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
33tolerance.
You can’t perform that action at this time.
0 commit comments