Skip to content

Commit 811ffef

Browse files
committed
docs: miscellaneous RST format fixes
No actual verbiage changes or content changes; just fixing a bunch of RST minor errors (e.g., things that should have been in fixed-width font that weren't). Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 97b3a58 commit 811ffef

33 files changed

+39
-39
lines changed

docs/man-openmpi/man3/MPI_File_iread.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pointer position maintained by the system in which a total number of
7878
buffer *buf.* The data is taken out of those parts of the file specified
7979
by the current view. :ref:`MPI_File_iread` stores the number of data-type
8080
elements actually read in *status.* All other fields of *status* are
81-
undefined. It is erroneous to call this function if MPI_MODE_SEQUENTIAL
81+
undefined. It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL``
8282
mode was specified when the file was opened.
8383

8484

docs/man-openmpi/man3/MPI_File_iread_all.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ the user's buffer *buf.* The data is taken out of those parts of the
7979
file specified by the current view. :ref:`MPI_File_iread_all` stores the number
8080
of data-type elements actually read in *status.* All other fields of
8181
*status* are undefined. It is erroneous to call this function if
82-
MPI_MODE_SEQUENTIAL mode was specified when the file was opened.
82+
``MPI_MODE_SEQUENTIAL`` mode was specified when the file was opened.
8383

8484

8585
ERRORS

docs/man-openmpi/man3/MPI_File_iwrite.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ specified by the current view. :ref:`MPI_File_iwrite` stores the number of
8080
*datatype* elements actually written in *status.* All other fields of
8181
*status* are undefined.
8282

83-
It is erroneous to call this function if MPI_MODE_SEQUENTIAL mode was
83+
It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL`` mode was
8484
specified when the file was open.
8585

8686

docs/man-openmpi/man3/MPI_File_iwrite_all.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ specified by the current view. :ref:`MPI_File_iwrite_all` stores the number of
8080
*datatype* elements actually written in *status.* All other fields of
8181
*status* are undefined.
8282

83-
It is erroneous to call this function if MPI_MODE_SEQUENTIAL mode was
83+
It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL`` mode was
8484
specified when the file was open.
8585

8686

docs/man-openmpi/man3/MPI_File_iwrite_at.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ elements actually written in *status.* All other fields of *status* are
8585
undefined. The request structure can be passed to :ref:`MPI_Wait` or :ref:`MPI_Test`,
8686
which will return a status with the number of bytes actually accessed.
8787

88-
It is erroneous to call this function if MPI_MODE_SEQUENTIAL mode was
88+
It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL`` mode was
8989
specified when the file was open.
9090

9191

docs/man-openmpi/man3/MPI_File_iwrite_at_all.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ other fields of *status* are undefined. The request structure can be
8686
passed to :ref:`MPI_Wait` or :ref:`MPI_Test`, which will return a status with the
8787
number of bytes actually accessed.
8888

89-
It is erroneous to call this function if MPI_MODE_SEQUENTIAL mode was
89+
It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL`` mode was
9090
specified when the file was open.
9191

9292

docs/man-openmpi/man3/MPI_File_preallocate.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ file size is unchanged.
7878

7979
The treatment of file pointers, pending nonblocking accesses, and file
8080
consistency is the same as with :ref:`MPI_File_set_size`. If
81-
MPI_MODE_SEQUENTIAL mode was specified when the file was opened, it is
81+
``MPI_MODE_SEQUENTIAL`` mode was specified when the file was opened, it is
8282
erroneous to call this routine.
8383

8484

docs/man-openmpi/man3/MPI_File_read.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ specified by the current view. :ref:`MPI_File_read` stores the number of
7777
data-type elements actually read in *status.* All other fields of
7878
*status* are undefined.
7979

80-
It is erroneous to call this function if MPI_MODE_SEQUENTIAL mode was
80+
It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL`` mode was
8181
specified when the file was opened.
8282

8383

docs/man-openmpi/man3/MPI_File_read_all.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ out of those parts of the file specified by the current view.
7777
:ref:`MPI_File_read_all` stores the number of data-type elements actually read
7878
in *status.* All other fields of *status* are undefined.
7979

80-
It is erroneous to call this function if MPI_MODE_SEQUENTIAL mode was
80+
It is erroneous to call this function if ``MPI_MODE_SEQUENTIAL`` mode was
8181
specified when the file was opened.
8282

8383

docs/man-openmpi/man3/MPI_File_read_all_begin.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ NOTES
8282
-----
8383

8484
All the nonblocking collective routines for data access are "split" into
85-
two routines, each with \_begin or \_end as a suffix. These split
85+
two routines, each with ``_begin`` or ``_end`` as a suffix. These split
8686
collective routines are subject to the semantic rules described in
8787
Section 9.4.5 of the MPI-2 standard.
8888

0 commit comments

Comments
 (0)