From 3ab227df3098897c8860a2f1c2de2bc4e2f91c9b Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Wed, 20 Feb 2019 11:09:09 +0900 Subject: [PATCH] man: fix typos in MPI_Win_{attach,detach} man pages no code change [skip ci] bot:notest Signed-off-by: Gilles Gouaillardet (cherry picked from commit open-mpi/ompi@7c0596819b4dd1a4f98d6b92d00f9b568d634438) --- ompi/mpi/man/man3/MPI_Win_attach.3in | 8 ++++---- ompi/mpi/man/man3/MPI_Win_detach.3in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Win_attach.3in b/ompi/mpi/man/man3/MPI_Win_attach.3in index d461e746d4..7b7a3fa561 100644 --- a/ompi/mpi/man/man3/MPI_Win_attach.3in +++ b/ompi/mpi/man/man3/MPI_Win_attach.3in @@ -1,6 +1,6 @@ .\" -*- nroff -*- -.\" Copyright (c) 2015 Research Organization for Information Science -.\" and Technology (RIST). All rights reserved. +.\" Copyright (c) 2015-2019 Research Organization for Information Science +.\" and Technology (RIST). All rights reserved. .\" $COPYRIGHT$ .TH MPI_Win_attach 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .SH NAME @@ -11,9 +11,9 @@ .SH C Syntax .nf #include -MPI_Win_attach(MPI_Win *\fIwin\fP, void *\fIbase\fP, MPI_Aint \fIsize\fP) +MPI_Win_attach(MPI_Win \fIwin\fP, void *\fIbase\fP, MPI_Aint \fIsize\fP) -MPI_Win_detach(MPI_Win *\fIwin\fP, void *\fIbase\fP) +MPI_Win_detach(MPI_Win \fIwin\fP, void *\fIbase\fP) .fi .SH Fortran Syntax .nf diff --git a/ompi/mpi/man/man3/MPI_Win_detach.3in b/ompi/mpi/man/man3/MPI_Win_detach.3in index ff60c71111..42a7c2b2df 100644 --- a/ompi/mpi/man/man3/MPI_Win_detach.3in +++ b/ompi/mpi/man/man3/MPI_Win_detach.3in @@ -1 +1 @@ -.so man3/MPI_Win_attach +.so man3/MPI_Win_attach.3