Skip to content

Commit 274b448

Browse files
authored
Merge pull request open-mpi#4632 from jsquyres/pr/v2.1.x/man-page-fix
v2.1.x: MPI_Attr_get: doc fix: MPI_Comm_create_attr -> MPI_Comm_get_attr
2 parents f9430fc + a52b6f5 commit 274b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Attr_get.3in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Fortran only: Error status (integer).
5050
.SH DESCRIPTION
5151
.ft R
5252
Note that use of this routine is \fIdeprecated\fP as of MPI-2, and
53-
was \fIdeleted\fP in MPI-3. Please use MPI_Comm_create_attr. This
53+
was \fIdeleted\fP in MPI-3. Please use MPI_Comm_get_attr. This
5454
function does not have a C++ or mpi_f08 binding.
5555
.sp
5656
Retrieves attribute value by key. The call is erroneous if there is no key

0 commit comments

Comments
 (0)