Skip to content

Commit

Permalink
DOC/CONVENTIONS: Cleanup Conventions and Notations section of the API
Browse files Browse the repository at this point in the history
document
  • Loading branch information
bbenton committed Dec 4, 2019
1 parent 721ab58 commit 5447b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/doxygen/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Conventions and Notations
This section describes the conventions and notations in the UCX specification.

\section Blocking Blocking Behavior
The blocking UCX routines return only when an UCX operation is complete.
The blocking UCX routines return only when a UCX operation is complete.
After the return, the resources used in the UCX routine are available
for reuse.

Expand All @@ -17,6 +17,6 @@ necessarily available for reuse.
UCX routines do not guarantee fairness. However, the routines
enable UCX consumers to write efficient and fair programs.

\section Interaction with Signal Handler Functions
\section Interaction Interaction with Signal Handler Functions
If UCX routines are invoked from a signal handler function,
the behavior of the program is undefined.

0 comments on commit 5447b3d

Please sign in to comment.