Skip to content

Commit 0da1374

Browse files
committed
man: fix typo in MPI_File related man pages
1 parent d08fb46 commit 0da1374

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+109
-54
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_close 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_close(MPI_File \fI*fh\fP)
1819

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
44
.\" Copyright 2006-2008 Sun Microsystems, Inc.
55
.\" Copyright (c) 1996 Thinking Machines Corporation
6-
.\" Copyright 2015 Research Organization for Information Science
6+
.\" Copyright 2015-2016 Research Organization for Information Science
77
.\" and Technology (RIST). All rights reserved.
88
.\" $COPYRIGHT$
99
.TH MPI_File_delete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -14,6 +14,7 @@
1414
.ft R
1515
.nf
1616
.SH C Syntax
17+
.nf
1718
#include <mpi.h>
1819
int MPI_File_delete(const char \fI*filename\fP, MPI_Info \fIinfo\fP)
1920

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_amode 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_get_amode(MPI_File \fIfh\fP, int \fI*amode\fP)
1819

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_get_atomicity(MPI_File \fIfh\fP, int \fI*flag\fP)
1819

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_byte_offset 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_get_byte_offset(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
1819
MPI_Offset \fI*disp\fP)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5+
.\" Copyright 2016 Research Organization for Information Science
6+
.\" and Technology (RIST). All rights reserved.
57
.\" $COPYRIGHT$
68
.TH MPI_File_get_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
79
.SH NAME
@@ -34,8 +36,8 @@ MPI_File_get_errhandler(\fIfile\fP, \fIerrhandler\fP, \fIierror\fP)
3436

3537
.fi
3638
.SH C++ Syntax
37-
#include <mpi.h>
3839
.nf
40+
#include <mpi.h>
3941
MPI::Errhandler MPI::File::Get_errhandler() const
4042

4143
.fi

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_get_group(MPI_File \fIfh\fP, MPI_Group \fI*group\fP)
1819

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -14,6 +14,7 @@
1414
.ft R
1515
.nf
1616
.SH C Syntax
17+
.nf
1718
#include <mpi.h>
1819
int MPI_File_get_info(MPI_File \fIfh\fP, MPI_Info \fI*info_used\fP)
1920

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_position 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_get_position(MPI_File \fIfh\fP, MPI_Offset \fI*offset\fP)
1819

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
33
.\" Copyright 2006-2008 Sun Microsystems, Inc.
44
.\" Copyright (c) 1996 Thinking Machines Corporation
5-
.\" Copyright 2015 Research Organization for Information Science
5+
.\" Copyright 2015-2016 Research Organization for Information Science
66
.\" and Technology (RIST). All rights reserved.
77
.\" $COPYRIGHT$
88
.TH MPI_File_get_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
@@ -13,6 +13,7 @@
1313
.ft R
1414
.nf
1515
.SH C Syntax
16+
.nf
1617
#include <mpi.h>
1718
int MPI_File_get_size(MPI_File \fIfh\fP, MPI_Offset \fI*size\fP)
1819

0 commit comments

Comments
 (0)