From 11d1a332ef9dd19d6c9f109dcfd1c0b44cf2dc24 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 (cherry picked from commit 3923bf8151b18baa53cc4755396a08cc7b2c7d17) --- 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 b3c8029960b..5de2b72b696 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