Skip to content

Commit

Permalink
Merge pull request #11865 from jsquyres/pr/docs-remove-unicode-char
Browse files Browse the repository at this point in the history
docs: remove a unicode character from a man page
  • Loading branch information
jsquyres authored Aug 21, 2023
2 parents 76b91ce + 544d573 commit d96fd24
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 d96fd24

Please sign in to comment.