1
1

Merge pull request #2408 from hppritcha/manpage_typo

fix minor typo in MPI_Comm_connect man page
Этот коммит содержится в:
Jeff Squyres 2016-11-14 09:38:38 -07:00 коммит произвёл GitHub
родитель fc776e3fa5 3923bf8151
Коммит 8d2c98e616

Просмотреть файл

@ -13,7 +13,7 @@
.SH C Syntax
.nf
#include <mpi.h>
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