Skip to content

Commit 7095ad1

Browse files
committed
man: fix more typos in MPI_Win_attach man page
Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
1 parent 7694ecc commit 7095ad1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.\" -*- nroff -*-
22
.\" Copyright (c) 2015-2019 Research Organization for Information Science
33
.\" and Technology (RIST). All rights reserved.
4+
.\" Copyright (c) 2019 FUJITSU LIMITED. All rights reserved.
45
.\" $COPYRIGHT$
56
.TH MPI_Win_attach 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
67
.SH NAME
7-
\fBMPI_Win_create, MPI_Win_detach\fP \- One-sided MPI call that attach / detach a window object for RMA operations.
8+
\fBMPI_Win_attach, MPI_Win_detach\fP \- One-sided MPI call that attach / detach a window object for RMA operations.
89

910
.SH SYNTAX
1011
.ft R
@@ -62,7 +63,7 @@ Fortran only: Error status (integer).
6263
.ft R
6364
MPI_Win_attach is a one-sided MPI communication collective call executed by all processes in the group of \fIcomm\fP. It returns a window object that can be used by these processes to perform RMA operations. Each process specifies a window of existing memory that it exposes to RMA accesses by the processes in the group of \fIcomm\fP. The window consists of \fIsize\fP bytes, starting at address \fIbase\fP. A process may elect to expose no memory by specifying \fIsize\fP = 0.
6465
.sp
65-
If the \fIbase\fP value used by MPI_Win_create was allocated by MPI_Alloc_mem, the size of the window can be no larger than the value set by the MPI_ALLOC_MEM function.
66+
If the \fIbase\fP value used by MPI_Win_attach was allocated by MPI_Alloc_mem, the size of the window can be no larger than the value set by the MPI_ALLOC_MEM function.
6667
.sp
6768

6869
.SH NOTES

0 commit comments

Comments
 (0)