Skip to content

Commit 72b55b7

Browse files
authored
Merge pull request #2428 from hppritcha/manpage_tpo_v2.0.x
fix minor type in MPI_Comm_connect man page
2 parents 3fc5591 + 11d1a33 commit 72b55b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Comm_connect.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_Comm_connect(const gchar *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP,
16+
int MPI_Comm_connect(const char *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP,
1717
MPI_Comm \fIcomm\fP, MPI_Comm *\fInewcomm\fP)
1818

1919
.fi

0 commit comments

Comments
 (0)