Skip to content

Commit

Permalink
Fix minor typos in server module function descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Aug 19, 2019
1 parent c56b7dd commit 51699a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chap_API_Server.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ \subsection{\code{pmix_server_notify_event_fn_t}}
\cspecificend

\begin{arglist}
\argin{code}{The \refstruct{pmix_status_t} event code being referenced structure (handle)}
\argin{code}{The \refstruct{pmix_status_t} event code (handle)}
\argin{source}{\refstruct{pmix_proc_t} of process that generated the event (handle)}
\argin{range}{\refstruct{pmix_data_range_t} range over which the event is to be distributed (handle)}
\argin{info}{Optional array of \refstruct{pmix_info_t} structures containing additional information on the event (array of handles)}
Expand Down Expand Up @@ -2462,7 +2462,7 @@ \subsection{\code{pmix_server_job_control_fn_t}}
const pmix_proc_t *requestor,
const pmix_proc_t targets[], size_t ntargets,
const pmix_info_t directives[], size_t ndirs,
pmix_info_cbfunc_t cbfunc, void *cbdata)
pmix_op_cbfunc_t cbfunc, void *cbdata)
\end{codepar}
\cspecificend

Expand Down Expand Up @@ -2549,7 +2549,7 @@ \subsection{\code{pmix_server_monitor_fn_t}}
const pmix_proc_t *requestor,
const pmix_info_t *monitor, pmix_status_t error,
const pmix_info_t directives[], size_t ndirs,
pmix_info_cbfunc_t cbfunc, void *cbdata);
pmix_op_cbfunc_t cbfunc, void *cbdata);
\end{codepar}
\cspecificend

Expand Down

0 comments on commit 51699a9

Please sign in to comment.