diff --git a/ompi/mpi/man/man3/MPI_Alltoallv.3in b/ompi/mpi/man/man3/MPI_Alltoallv.3in index 79fed31609..678b3f4bf8 100644 --- a/ompi/mpi/man/man3/MPI_Alltoallv.3in +++ b/ompi/mpi/man/man3/MPI_Alltoallv.3in @@ -30,7 +30,6 @@ int MPI_Ialltoallv(const void *\fIsendbuf\fP, const int \fIsendcounts\fP[], .nf USE MPI ! or the older form: INCLUDE 'mpif.h' - MPI_ALLTOALLV(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPE, RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPE, COMM, IERROR\fP) diff --git a/ompi/mpi/man/man3/MPI_Imrecv.3in b/ompi/mpi/man/man3/MPI_Imrecv.3in index be03249846..b453e7db05 100644 --- a/ompi/mpi/man/man3/MPI_Imrecv.3in +++ b/ompi/mpi/man/man3/MPI_Imrecv.3in @@ -22,7 +22,7 @@ USE MPI ! or the older form: INCLUDE 'mpif.h' MPI_IMRECV(\fIBUF, COUNT, DATATYPE, MESSAGE, REQUEST, IERROR\fP) \fIBUF(*)\fP - INTEGER \fCOUNT, DATATYPE, MESSAGE, REQUEST, IERROR\fP + INTEGER \fICOUNT, DATATYPE, MESSAGE, REQUEST, IERROR\fP .fi .SH Fortran 2008 Syntax diff --git a/ompi/mpi/man/man3/MPI_Mrecv.3in b/ompi/mpi/man/man3/MPI_Mrecv.3in index e0f34f8ed6..96037e0a56 100644 --- a/ompi/mpi/man/man3/MPI_Mrecv.3in +++ b/ompi/mpi/man/man3/MPI_Mrecv.3in @@ -22,7 +22,7 @@ USE MPI ! or the older form: INCLUDE 'mpif.h' MPI_MRECV(\fIBUF, COUNT, DATATYPE, MESSAGE, STATUS, IERROR\fP) \fIBUF(*)\fP - INTEGER \fCOUNT, DATATYPE, MESSAGE\fP + INTEGER \fICOUNT, DATATYPE, MESSAGE\fP INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP .fi diff --git a/ompi/mpi/man/man3/MPI_Neighbor_alltoallv.3in b/ompi/mpi/man/man3/MPI_Neighbor_alltoallv.3in index ae211b84ad..aaf678813a 100644 --- a/ompi/mpi/man/man3/MPI_Neighbor_alltoallv.3in +++ b/ompi/mpi/man/man3/MPI_Neighbor_alltoallv.3in @@ -30,7 +30,6 @@ int MPI_Ineighbor_alltoallv(const void *\fIsendbuf\fP, const int \fIsendcounts\f .nf USE MPI ! or the older form: INCLUDE 'mpif.h' - MPI_NEIGHBOR_ALLTOALLV(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPE, RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPE, COMM, IERROR\fP) diff --git a/ompi/mpi/man/man3/MPI_Sizeof.3in b/ompi/mpi/man/man3/MPI_Sizeof.3in index e6fbf64aac..de9a317581 100644 --- a/ompi/mpi/man/man3/MPI_Sizeof.3in +++ b/ompi/mpi/man/man3/MPI_Sizeof.3in @@ -23,7 +23,7 @@ INTEGER \fISIZE, IERROR\fP .SH Fortran 2008 Syntax .nf USE mpi_f08 -MPI_Sizeof(\fx\fP, \fIsize\fP, \fIierror\fP) +MPI_Sizeof(\fIx\fP, \fIsize\fP, \fIierror\fP) TYPE(*), DIMENSION(..) :: \fIx\fP INTEGER, INTENT(OUT) :: \fIsize\fP INTEGER, OPTIONAL, INTENT(OUT) :: \fIierror\fP diff --git a/ompi/mpi/man/man3/MPI_Type_create_subarray.3in b/ompi/mpi/man/man3/MPI_Type_create_subarray.3in index 36fd5de344..ee21a0b9de 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_subarray.3in +++ b/ompi/mpi/man/man3/MPI_Type_create_subarray.3in @@ -13,7 +13,7 @@ .SH C Syntax .nf #include -int MPI_Type_create_subarray(int \fIndims\fP, const int \fIarray_of_sizes[]\fP, const int \fIarray_of_subsizes[]\fP, const int \fIarray_of_starts[]\fP, int \fIorder\fP, MPI_Datatype \fIoldtype\fO, MPI_Datatype \fI*newtype\fP) +int MPI_Type_create_subarray(int \fIndims\fP, const int \fIarray_of_sizes[]\fP, const int \fIarray_of_subsizes[]\fP, const int \fIarray_of_starts[]\fP, int \fIorder\fP, MPI_Datatype \fIoldtype\fP, MPI_Datatype \fI*newtype\fP) .fi .SH Fortran Syntax diff --git a/ompi/mpi/man/man3/MPI_Win_allocate.3in b/ompi/mpi/man/man3/MPI_Win_allocate.3in index 0115c4aa66..6f90f807bd 100644 --- a/ompi/mpi/man/man3/MPI_Win_allocate.3in +++ b/ompi/mpi/man/man3/MPI_Win_allocate.3in @@ -22,7 +22,7 @@ int MPI_Win_allocate (MPI_Aint \fIsize\fP, int \fIdisp_unit\fP, MPI_Info \fIinfo .nf USE MPI ! or the older form: INCLUDE 'mpif.h' -MPI_WIN_ALLOCATE(\fSIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP) +MPI_WIN_ALLOCATE(\fISIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP) INTEGER(KIND=MPI_ADDRESS_KIND) \fISIZE, BASEPTR\fP INTEGER \fIDISP_UNIT, INFO, COMM, WIN, IERROR\fP diff --git a/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in b/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in index 7ad410ff3b..8c995fb186 100644 --- a/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in +++ b/ompi/mpi/man/man3/MPI_Win_allocate_shared.3in @@ -22,7 +22,7 @@ int MPI_Win_allocate_shared (MPI_Aint \fIsize\fP, int \fIdisp_unit\fP, MPI_Info .nf USE MPI ! or the older form: INCLUDE 'mpif.h' -MPI_WIN_ALLOCATE_SHARED(\fSIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP) +MPI_WIN_ALLOCATE_SHARED(\fISIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP) INTEGER(KIND=MPI_ADDRESS_KIND) \fISIZE, BASEPTR\fP INTEGER \fIDISP_UNIT, INFO, COMM, WIN, IERROR\fP diff --git a/ompi/mpi/man/man3/MPI_Win_flush.3in b/ompi/mpi/man/man3/MPI_Win_flush.3in index 770b487391..1b41798b0b 100644 --- a/ompi/mpi/man/man3/MPI_Win_flush.3in +++ b/ompi/mpi/man/man3/MPI_Win_flush.3in @@ -25,7 +25,7 @@ USE MPI MPI_WIN_FLUSH(\fIRANK, WIN, IERROR\fP) INTEGER \fIRANK, WIN, IERROR\fP -MPI_WIN_FLUSH_ALL(\fWIN, IERROR\fP) +MPI_WIN_FLUSH_ALL(\fIWIN, IERROR\fP) INTEGER \fIWIN, IERROR\fP .fi diff --git a/ompi/mpi/man/man3/MPI_Win_flush_local.3in b/ompi/mpi/man/man3/MPI_Win_flush_local.3in index dc6044f7a9..440fbfe41f 100644 --- a/ompi/mpi/man/man3/MPI_Win_flush_local.3in +++ b/ompi/mpi/man/man3/MPI_Win_flush_local.3in @@ -25,7 +25,7 @@ USE MPI MPI_WIN_FLUSH_LOCAL(\fIRANK, WIN, IERROR\fP) INTEGER \fIRANK, WIN, IERROR\fP -MPI_WIN_FLUSH_LOCAL_ALL(\fWIN, IERROR\fP) +MPI_WIN_FLUSH_LOCAL_ALL(\fIWIN, IERROR\fP) INTEGER \fIWIN, IERROR\fP .fi diff --git a/ompi/mpi/man/man3/MPI_Win_unlock_all.3in b/ompi/mpi/man/man3/MPI_Win_unlock_all.3in index 6dfe84e011..480fe0dbc0 100644 --- a/ompi/mpi/man/man3/MPI_Win_unlock_all.3in +++ b/ompi/mpi/man/man3/MPI_Win_unlock_all.3in @@ -20,8 +20,8 @@ int MPI_Win_unlock_all(MPI_Win \fIwin\fP) .nf USE MPI ! or the older form: INCLUDE 'mpif.h' -MPI_WIN_UNLOCK_ALL(\fWIN, IERROR\fP) - INTEGER \fWIN, IERROR\fP +MPI_WIN_UNLOCK_ALL(\fIWIN, IERROR\fP) + INTEGER \fIWIN, IERROR\fP .fi .SH Fortran 2008 Syntax