Skip to content

Commit 8bb26fa

Browse files
Update docs/man-openmpi/man3/MPI_Comm_get_name.3.rst
Co-authored-by: Jeff Squyres <[email protected]> Signed-off-by: Edgar Gabriel <[email protected]>
1 parent 5e30b90 commit 8bb26fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Fortran, "" in C). The three predefined communicators will have
3838
predefined names associated with them. Thus, the names of
3939
MPI_COMM_WORLD, MPI_COMM_SELF, and MPI_COMM_PARENT will have the default
4040
of MPI_COMM_WORLD, MPI_COMM_SELF, and MPI_COMM_PARENT (if not MPI_COMM_NULL).
41-
Passing MPI_COMM_NULL as comm will return the string MPI_COMM_NULL. The fact that the
41+
Passing MPI_COMM_NULL as ``comm`` will return the string MPI_COMM_NULL. The fact that the
4242
system may have chosen to give a default name to a communicator does not
4343
prevent the user from setting a name on the same communicator; doing
4444
this removes the old name and assigns the new one.

0 commit comments

Comments
 (0)