Skip to content

Commit f1718d8

Browse files
committed
man: Remove unnecessary empty lines
All other man pages don't have an empty line after the "! or the older form: INCLUDE 'mpif.h'" line Signed-off-by: KAWASHIMA Takahiro <[email protected]> (cherry picked from commit c3bbd7d)
1 parent 5132152 commit f1718d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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_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

0 commit comments

Comments
 (0)