Skip to content

Commit edbbe19

Browse files
committed
Merge pull request open-mpi#623 from hjelmn/v2.x_man_pages
ompi/man: fix typos in formatting
2 parents c1825b3 + 1cf9c60 commit edbbe19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright 2013-2014 Los Alamos National Security, LLC. All rights reserved.
2+
.\" Copyright 2013-2015 Los Alamos National Security, LLC. All rights reserved.
33
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
44
.\" Copyright 2006-2008 Sun Microsystems, Inc.
55
.\" Copyright (c) 1996 Thinking Machines Corporation
@@ -14,7 +14,7 @@
1414
.nf
1515
#include <mpi.h>
1616
int MPI_Compare_and_swap(const void *\fIorigin_addr\fP, const void *\fIcompar_addr\fP,
17-
void *\fresult_addr\fP, MPI_Datatype \fdatatype\fP, int \fItarget_rank\fP,
17+
void *\fIresult_addr\fP, MPI_Datatype \fIdatatype\fP, int \fItarget_rank\fP,
1818
MPI_Aint \fItarget_disp\fP, MPI_Win \fIwin\fP)
1919

2020
.fi

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright 2013-2014 Los Alamos National Security, LLC. All rights reserved.
2+
.\" Copyright 2013-2015 Los Alamos National Security, LLC. All rights reserved.
33
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
44
.\" Copyright 2006-2008 Sun Microsystems, Inc.
55
.\" Copyright (c) 1996 Thinking Machines Corporation
@@ -13,8 +13,8 @@
1313
.SH C Syntax
1414
.nf
1515
#include <mpi.h>
16-
int MPI_Fetch_and_op(const void *\fIorigin_addr\fP, void *\fresult_addr\fP,
17-
MPI_Datatype \fdatatype\fP, int \fItarget_rank\fP, MPI_Aint \fItarget_disp\fP,
16+
int MPI_Fetch_and_op(const void *\fIorigin_addr\fP, void *\fIresult_addr\fP,
17+
MPI_Datatype \fIdatatype\fP, int \fItarget_rank\fP, MPI_Aint \fItarget_disp\fP,
1818
MPI_Op \fIop\fP, MPI_Win \fIwin\fP)
1919

2020
.fi

0 commit comments

Comments
 (0)