Skip to content

Commit 35beef1

Browse files
authored
Merge pull request #9929 from hppritcha/topic/man_page_fix_isendrecv_replace
manpages:mpi_isendrecv_replace
2 parents 29e8463 + 288273d commit 35beef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int MPI_Isendrecv_replace(void *\fIbuf\fP, int\fI count\fP, MPI_Datatype\fI data
2222
.nf
2323
USE MPI
2424
! or the older form: INCLUDE 'mpif.h'
25-
MPI_SENDRECV_REPLACE(\fIBUF, COUNT, DATATYPE, DEST, SENDTAG, SOURCE,
25+
MPI_ISENDRECV_REPLACE(\fIBUF, COUNT, DATATYPE, DEST, SENDTAG, SOURCE,
2626
RECVTAG, COMM, REQUEST, IERROR\fP)
2727
<type> \fIBUF\fP(*)
2828
INTEGER \fICOUNT, DATATYPE, DEST, SENDTAG\fP

0 commit comments

Comments
 (0)