From 3923bf8151b18baa53cc4755396a08cc7b2c7d17 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Mon, 14 Nov 2016 05:52:45 -0700 Subject: [PATCH] fix minor type in MPI_Comm_connect man page Signed-off-by: Howard Pritchard --- ompi/mpi/man/man3/MPI_Comm_connect.3in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Comm_connect.3in b/ompi/mpi/man/man3/MPI_Comm_connect.3in index 4960e4c919..2519ad701c 100644 --- a/ompi/mpi/man/man3/MPI_Comm_connect.3in +++ b/ompi/mpi/man/man3/MPI_Comm_connect.3in @@ -13,7 +13,7 @@ .SH C Syntax .nf #include -int MPI_Comm_connect(const gchar *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP, +int MPI_Comm_connect(const char *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP, MPI_Comm \fIcomm\fP, MPI_Comm *\fInewcomm\fP) .fi