Skip to content

Commit fbbd267

Browse files
committed
docs: clarify "legacy" vs. "current"
Use the word "legacy" when referring to MPI-1-specific behavior, and "current" when comparing to today's behavior. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent e0b69e4 commit fbbd267

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/man-openmpi/man3/MPI_Type_create_resized.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ of the data type when used in communication operations, with *count* >
7777
NOTE
7878
----
7979

80-
Use of :ref:`MPI_Type_create_resized` is strongly recommended over the old
80+
Use of :ref:`MPI_Type_create_resized` is strongly recommended over the legacy
8181
MPI-1 functions :ref:`MPI_Type_extent` and :ref:`MPI_Type_lb`.
8282

8383

docs/man-openmpi/man3/MPI_Type_get_contents.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ arguments are of type ``INTEGER(KIND=MPI_ADDRESS_KIND)``. The call
118118
``INTEGER(KIND=MPI_ADDRESS_KIND)``. This is true even if the old MPI-1 calls
119119
were used. Thus, the location of values returned can be thought of as
120120
being returned by the C bindings. It can also be determined by examining
121-
the new MPI-2 calls for data-type constructors for the deprecated MPI-1
121+
the current MPI calls for datatype constructors for the deprecated MPI-1
122122
calls that involve addresses.
123123

124124

docs/man-openmpi/man3/MPI_Type_get_extent.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MPI_UNDEFINED.
8181
NOTE
8282
----
8383

84-
Use of :ref:`MPI_Type_get_extent` is strongly recommended over the old MPI-1
84+
Use of :ref:`MPI_Type_get_extent` is strongly recommended over the legacy MPI-1
8585
functions :ref:`MPI_Type_extent` and :ref:`MPI_Type_lb`.
8686

8787

0 commit comments

Comments
 (0)