Skip to content

Commit 35702da

Browse files
authored
Merge pull request #2429 from hppritcha/manpage_typo_v2x
fix minor typo in MPI_Comm_connect man page
2 parents 5b29cce + 062f3ed commit 35702da

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)