Skip to content

Commit 132aded

Browse files
committed
doc: correct flux_future_set_reactor() prototype
Problem: The documented function prototype for flux_future_set_reactor(3) is incorrect, likely due to a cut and paste error. Correct the function prototype.
1 parent 590f23c commit 132aded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/man3/flux_future_create.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SYNOPSIS
3838
void *aux,
3939
flux_free_f destroy);
4040
41-
void flux_future_set_reactor (flux_future_t *f, flux_t *h);
41+
void flux_future_set_reactor (flux_future_t *f, flux_reactor_t *r);
4242
4343
flux_reactor_t *flux_future_get_reactor (flux_future_t *f);
4444

0 commit comments

Comments
 (0)