Skip to content

Commit d998edf

Browse files
authored
Merge pull request #6830 from chu11/manpage_typo
doc: correct flux_future_set_reactor() prototype
2 parents 590f23c + 132aded commit d998edf

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)