Skip to content

Commit 56abafb

Browse files
authored
Merge pull request #3626 from kawashima-fj/pr/v3.0.x/man-markup-fix
v3.0.x: man: Fix roff markup of variable names
2 parents 326e7ef + f1718d8 commit 56abafb

11 files changed

+10
-12
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ int MPI_Ialltoallv(const void *\fIsendbuf\fP, const int \fIsendcounts\fP[],
3030
.nf
3131
USE MPI
3232
! or the older form: INCLUDE 'mpif.h'
33-
3433
MPI_ALLTOALLV(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPE,
3534
RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPE, COMM, IERROR\fP)
3635

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USE MPI
2222
! or the older form: INCLUDE 'mpif.h'
2323
MPI_IMRECV(\fIBUF, COUNT, DATATYPE, MESSAGE, REQUEST, IERROR\fP)
2424
<type> \fIBUF(*)\fP
25-
INTEGER \fCOUNT, DATATYPE, MESSAGE, REQUEST, IERROR\fP
25+
INTEGER \fICOUNT, DATATYPE, MESSAGE, REQUEST, IERROR\fP
2626

2727
.fi
2828
.SH Fortran 2008 Syntax

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USE MPI
2222
! or the older form: INCLUDE 'mpif.h'
2323
MPI_MRECV(\fIBUF, COUNT, DATATYPE, MESSAGE, STATUS, IERROR\fP)
2424
<type> \fIBUF(*)\fP
25-
INTEGER \fCOUNT, DATATYPE, MESSAGE\fP
25+
INTEGER \fICOUNT, DATATYPE, MESSAGE\fP
2626
INTEGER \fISTATUS(MPI_STATUS_SIZE), IERROR\fP
2727

2828
.fi

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ int MPI_Ineighbor_alltoallv(const void *\fIsendbuf\fP, const int \fIsendcounts\f
3030
.nf
3131
USE MPI
3232
! or the older form: INCLUDE 'mpif.h'
33-
3433
MPI_NEIGHBOR_ALLTOALLV(\fISENDBUF, SENDCOUNTS, SDISPLS, SENDTYPE,
3534
RECVBUF, RECVCOUNTS, RDISPLS, RECVTYPE, COMM, IERROR\fP)
3635

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ INTEGER \fISIZE, IERROR\fP
2323
.SH Fortran 2008 Syntax
2424
.nf
2525
USE mpi_f08
26-
MPI_Sizeof(\fx\fP, \fIsize\fP, \fIierror\fP)
26+
MPI_Sizeof(\fIx\fP, \fIsize\fP, \fIierror\fP)
2727
TYPE(*), DIMENSION(..) :: \fIx\fP
2828
INTEGER, INTENT(OUT) :: \fIsize\fP
2929
INTEGER, OPTIONAL, INTENT(OUT) :: \fIierror\fP

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.SH C Syntax
1414
.nf
1515
#include <mpi.h>
16-
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)
16+
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)
1717

1818
.fi
1919
.SH Fortran Syntax

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int MPI_Win_allocate (MPI_Aint \fIsize\fP, int \fIdisp_unit\fP, MPI_Info \fIinfo
2222
.nf
2323
USE MPI
2424
! or the older form: INCLUDE 'mpif.h'
25-
MPI_WIN_ALLOCATE(\fSIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP)
25+
MPI_WIN_ALLOCATE(\fISIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP)
2626
INTEGER(KIND=MPI_ADDRESS_KIND) \fISIZE, BASEPTR\fP
2727
INTEGER \fIDISP_UNIT, INFO, COMM, WIN, IERROR\fP
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int MPI_Win_allocate_shared (MPI_Aint \fIsize\fP, int \fIdisp_unit\fP, MPI_Info
2222
.nf
2323
USE MPI
2424
! or the older form: INCLUDE 'mpif.h'
25-
MPI_WIN_ALLOCATE_SHARED(\fSIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP)
25+
MPI_WIN_ALLOCATE_SHARED(\fISIZE, DISP_UNIT, INFO, COMM, BASEPTR, WIN, IERROR\fP)
2626
INTEGER(KIND=MPI_ADDRESS_KIND) \fISIZE, BASEPTR\fP
2727
INTEGER \fIDISP_UNIT, INFO, COMM, WIN, IERROR\fP
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ USE MPI
2525
MPI_WIN_FLUSH(\fIRANK, WIN, IERROR\fP)
2626
INTEGER \fIRANK, WIN, IERROR\fP
2727

28-
MPI_WIN_FLUSH_ALL(\fWIN, IERROR\fP)
28+
MPI_WIN_FLUSH_ALL(\fIWIN, IERROR\fP)
2929
INTEGER \fIWIN, IERROR\fP
3030

3131
.fi

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ USE MPI
2525
MPI_WIN_FLUSH_LOCAL(\fIRANK, WIN, IERROR\fP)
2626
INTEGER \fIRANK, WIN, IERROR\fP
2727

28-
MPI_WIN_FLUSH_LOCAL_ALL(\fWIN, IERROR\fP)
28+
MPI_WIN_FLUSH_LOCAL_ALL(\fIWIN, IERROR\fP)
2929
INTEGER \fIWIN, IERROR\fP
3030

3131
.fi

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ int MPI_Win_unlock_all(MPI_Win \fIwin\fP)
2020
.nf
2121
USE MPI
2222
! or the older form: INCLUDE 'mpif.h'
23-
MPI_WIN_UNLOCK_ALL(\fWIN, IERROR\fP)
24-
INTEGER \fWIN, IERROR\fP
23+
MPI_WIN_UNLOCK_ALL(\fIWIN, IERROR\fP)
24+
INTEGER \fIWIN, IERROR\fP
2525

2626
.fi
2727
.SH Fortran 2008 Syntax

0 commit comments

Comments
 (0)