Skip to content

Commit 070d4c1

Browse files
committed
update a description in MPI_Request_free man page.
Signed-off-by: Tsubasa Yanagibashi <[email protected]>
1 parent 6c342ae commit 070d4c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ompi/mpi/man/man3/MPI_Request_free.3in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
55
.\" Copyright (c) 2020 Google, LLC. All rights reserved.
6+
.\" Copyright (c) 2020 FUJITSU LIMITED. All rights reserved.
67
.\" $COPYRIGHT$
78
.TH MPI_Request_free 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
89
.SH NAME
@@ -18,7 +19,8 @@ int MPI_Request_free(MPI_Request *request)
1819
.fi
1920
.SH Fortran Syntax
2021
.nf
21-
\s-1INCLUDE\s0 'mpif.h'
22+
USE MPI
23+
! or the older form: INCLUDE 'mpif.h'
2224
MPI_REQUEST_FREE(REQUEST, IERROR)
2325
INTEGER REQUEST, IERROR
2426

0 commit comments

Comments
 (0)