Skip to content

Commit

Permalink
docs: remove a unicode character from a man page
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres authored and bosilca committed Feb 14, 2024
1 parent 8324a57 commit 60e6df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man-openmpi/man3/MPI_Session_finalize.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ communications initiated by other processes. The call to
:ref:`MPI_Session_finalize` does not free objects created by MPI calls; these
objects are freed using MPI_XXX_FREE calls. :ref:`MPI_Session_finalize` may be
synchronizing on any or all of the groups associated with communicators,
windows, or  les derived from the session and not disconnected, freed,
windows, or files derived from the session and not disconnected, freed,
or closed, respectively, before the call to :ref:`MPI_Session_finalize`
procedure. :ref:`MPI_Session_finalize` behaves as if all such synchronizations
occur concurrently. As :ref:`MPI_Comm_free` may mark a communicator for freeing
Expand Down

0 comments on commit 60e6df4

Please sign in to comment.