Skip to content

Commit e21950e

Browse files
committed
squashme: some pr feedback
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 5622889 commit e21950e

5 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ DESCRIPTION
3737
-----------
3838

3939
:ref:`MPI_T_event_callback_get_info` returns a new info object containing the
40-
hints of the callback function registered for the callback safety level specified by `cb_safety` of
41-
the event-registration handle associated with `event_registration`.
40+
hints of the callback function registered for the callback safety level specified by ``cb_safety`` of
41+
the event-registration handle associated with ``event_registration``.
4242

4343

4444
ERRORS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ INPUT PARAMETERS
3232
DESCRIPTION
3333
-----------
3434

35-
:ref:`MPI_T_event_callback_set_info` Updates the hints of the callback function registered for the callback safety level specified by `cb_safety` of the event-registration handle associated with event_registration.
35+
:ref:`MPI_T_event_callback_set_info` Updates the hints of the callback function registered for the callback safety level specified by ``cb_safety`` of the event-registration handle associated with event_registration.
3636

3737

3838
ERRORS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OUTPUT PARAMETERS
3434
DESCRIPTION
3535
-----------
3636

37-
:ref:`MPI_T_event_get_source` returns the index of the source of `event_instance`.
37+
:ref:`MPI_T_event_get_source` returns the index of the source of ``event_instance``.
3838

3939
ERRORS
4040
------

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ DESCRIPTION
3737
-----------
3838

3939
:ref:`MPI_T_event_register_callback` associates a user-defined function pointed to
40-
by `event_cb_function` with an allocated event-registration handle. The maximum callback
41-
safety level supported by the callback function is passed in the argument `cb_safety`.
40+
by ``event_cb_function`` with an allocated event-registration handle. The maximum callback
41+
safety level supported by the callback function is passed in the argument ``cb_safety``.
4242

4343

4444
ERRORS

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ DESCRIPTION
3333
-----------
3434

3535
:ref:`MPI_T_event_set_dropped_handler` registers the function
36-
`dropped_cb_function` to be called by the MPI implementation when event information is
37-
dropped for the registration handle specified in `event_registration`.
36+
``dropped_cb_function`` to be called by the MPI implementation when event information is
37+
dropped for the registration handle specified in ``event_registration``.
3838

3939

4040
ERRORS

0 commit comments

Comments
 (0)