From 0c2ac9a39840e92fc573a6a6abd2ff64e8bc795d Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 2 Nov 2012 14:26:55 +0000 Subject: [PATCH] Deprecate mv. make deprecation notices consistent. Copied from Perforce Change: 180280 ServerID: perforce.ravenbrook.com --- mps/manual/source/pool/mv.rst | 8 ++++---- mps/manual/source/topic/arena.rst | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mps/manual/source/pool/mv.rst b/mps/manual/source/pool/mv.rst index 7cf6275d414..a4ed476dcbb 100644 --- a/mps/manual/source/pool/mv.rst +++ b/mps/manual/source/pool/mv.rst @@ -7,14 +7,14 @@ MV (Manual Variable) ==================== +.. deprecated:: starting with version 1.111. + + :ref:`pool-mvt` or :ref:`pool-mvff` should be used instead. + **MV** is a general-purpose :term:`manually managed ` :term:`pool class` that manages :term:`blocks` of variable size. -.. warning:: - - :ref:`pool-mvt` or :ref:`pool-mvff` should be used instead. - .. index:: single: MV; properties diff --git a/mps/manual/source/topic/arena.rst b/mps/manual/source/topic/arena.rst index 741a1a23809..166da503a68 100644 --- a/mps/manual/source/topic/arena.rst +++ b/mps/manual/source/topic/arena.rst @@ -775,7 +775,7 @@ Protection interface .. c:function:: void mps_arena_unsafe_expose_remember_protection(mps_arena_t arena) - .. deprecated:: starting with 1.111. + .. deprecated:: starting with version 1.111. Ensure that the MPS is not protecting any :term:`page` in the :term:`arena` with a :term:`read barrier` or :term:`write @@ -812,7 +812,7 @@ Protection interface .. c:function:: void mps_arena_unsafe_restore_protection(mps_arena_t arena) - .. deprecated:: starting with 1.111. + .. deprecated:: starting with version 1.111. Restore the remembered protection state for an :term:`arena`.