Skip to content

Commit 7694ecc

Browse files
Merge pull request #6402 from ggouaillardet/topic/man_win_attach_detach
man: fix typos in MPI_Win_{attach,detach} man pages
2 parents c9d0393 + 7c05968 commit 7694ecc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" -*- nroff -*-
2-
.\" Copyright (c) 2015 Research Organization for Information Science
3-
.\" and Technology (RIST). All rights reserved.
2+
.\" Copyright (c) 2015-2019 Research Organization for Information Science
3+
.\" and Technology (RIST). All rights reserved.
44
.\" $COPYRIGHT$
55
.TH MPI_Win_attach 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
66
.SH NAME
@@ -11,9 +11,9 @@
1111
.SH C Syntax
1212
.nf
1313
#include <mpi.h>
14-
MPI_Win_attach(MPI_Win *\fIwin\fP, void *\fIbase\fP, MPI_Aint \fIsize\fP)
14+
MPI_Win_attach(MPI_Win \fIwin\fP, void *\fIbase\fP, MPI_Aint \fIsize\fP)
1515

16-
MPI_Win_detach(MPI_Win *\fIwin\fP, void *\fIbase\fP)
16+
MPI_Win_detach(MPI_Win \fIwin\fP, void *\fIbase\fP)
1717
.fi
1818
.SH Fortran Syntax
1919
.nf

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.so man3/MPI_Win_attach
1+
.so man3/MPI_Win_attach.3

0 commit comments

Comments
 (0)