diff --git a/mps/manual/source/pool/ams.rst b/mps/manual/source/pool/ams.rst index a12bb3d30a2..24c6e617a3b 100644 --- a/mps/manual/source/pool/ams.rst +++ b/mps/manual/source/pool/ams.rst @@ -45,7 +45,7 @@ AMS properties via :c:func:`mps_free`. * Supports allocation via :term:`allocation points`. If an allocation - point is created in an AMC pool, the call to :c:func:`mps_ap_create` + point is created in an AMS pool, the call to :c:func:`mps_ap_create` takes no additional parameters. * Supports :term:`allocation frames` but does not use them to improve diff --git a/mps/manual/source/pool/awl.rst b/mps/manual/source/pool/awl.rst index c0f7b53ff29..c762908f60b 100644 --- a/mps/manual/source/pool/awl.rst +++ b/mps/manual/source/pool/awl.rst @@ -55,7 +55,7 @@ AWL properties via :c:func:`mps_free`. * Supports allocation via :term:`allocation points`. If an allocation - point is created in an AMC pool, the call to :c:func:`mps_ap_create` + point is created in an AWL pool, the call to :c:func:`mps_ap_create` takes one additional parameter, a :term:`rank` of type :c:type:`mps_rank_t`. The rank must be either :c:func:`mps_rank_exact` (to allocate ordinary objects containing diff --git a/mps/manual/source/pool/lo.rst b/mps/manual/source/pool/lo.rst index e3c5a1e7005..a71f1290975 100644 --- a/mps/manual/source/pool/lo.rst +++ b/mps/manual/source/pool/lo.rst @@ -47,7 +47,7 @@ LO properties via :c:func:`mps_free`. * Supports allocation via :term:`allocation points`. If an allocation - point is created in an AMC pool, the call to :c:func:`mps_ap_create` + point is created in a LO pool, the call to :c:func:`mps_ap_create` takes no additional parameters. * Supports :term:`allocation frames` but does not use them to improve diff --git a/mps/manual/source/pool/mvff.rst b/mps/manual/source/pool/mvff.rst index c6d17127422..36e3296b026 100644 --- a/mps/manual/source/pool/mvff.rst +++ b/mps/manual/source/pool/mvff.rst @@ -49,7 +49,9 @@ MVFF properties * Supports allocation via :c:func:`mps_alloc`. -* Supports allocation via :term:`allocation points`. +* Supports allocation via :term:`allocation points`. If an allocation + point is created in an MVFF pool, the call to + :c:func:`mps_ap_create` takes no additional parameters. * Supports deallocation via :c:func:`mps_free`. diff --git a/mps/manual/source/pool/mvt.rst b/mps/manual/source/pool/mvt.rst index 4d62081cf66..8e44ae98925 100644 --- a/mps/manual/source/pool/mvt.rst +++ b/mps/manual/source/pool/mvt.rst @@ -60,7 +60,9 @@ MVT properties * Does not support allocation via :c:func:`mps_alloc`. -* Supports allocation via :term:`allocation points` only. +* Supports allocation via :term:`allocation points` only. If an + allocation point is created in an MVT pool, the call to + :c:func:`mps_ap_create` takes no additional parameters. * Supports deallocation via :c:func:`mps_free`. diff --git a/mps/manual/source/pool/snc.rst b/mps/manual/source/pool/snc.rst index bb9568512c8..d51c5805a3c 100644 --- a/mps/manual/source/pool/snc.rst +++ b/mps/manual/source/pool/snc.rst @@ -37,7 +37,9 @@ SNC properties * Does not support allocation via :c:func:`mps_alloc`. -* Supports allocation via :term:`allocation points` only. +* Supports allocation via :term:`allocation points` only. If an + allocation point is created in an SNC pool, the call to + :c:func:`mps_ap_create` takes no additional parameters. * Does not support deallocation via :c:func:`mps_free`.