1
1

MPI_Intercomm_merge: fix typo in man page

Thanks to Harald Servat for noticing and sending a patch.
Этот коммит содержится в:
Jeff Squyres 2015-02-20 07:13:55 -08:00
родитель ec62766a71
Коммит ae5424c18b

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

@ -1,5 +1,5 @@
.\" -*- nroff -*-
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
.\" Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
.\" Copyright 2006-2008 Sun Microsystems, Inc.
.\" Copyright (c) 1996 Thinking Machines Corporation
.\" $COPYRIGHT$
@ -13,7 +13,7 @@
.nf
#include <mpi.h>
int MPI_Intercomm_merge(MPI_Comm \fIintercomm\fP, int\fI high\fP,
MPI_Comm\fI *newintracomm\fP
MPI_Comm\fI *newintracomm\fP)
.fi
.SH Fortran Syntax