Skip to content

Commit a75d3d2

Browse files
committed
doc: update flux_reactor_create(3) flags
Problem: FLUX_REACTOR_SIGCHLD has been dropped from the public API but it is still mentioned in the man page. Drop it from the man page.
1 parent 9102735 commit a75d3d2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

doc/man3/flux_reactor_create.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,8 @@ DESCRIPTION
2727
===========
2828

2929
:func:`flux_reactor_create` creates a :type:`flux_reactor_t` object which can
30-
be used to monitor for events on file descriptors, ZeroMQ sockets, timers, and
31-
:type:`flux_t` broker handles.
32-
33-
There is currently only one possible flag for reactor creation:
34-
35-
FLUX_REACTOR_SIGCHLD
36-
The reactor will internally register a SIGCHLD handler and be capable
37-
of handling flux child watchers (see :man3:`flux_child_watcher_create`).
30+
be used to monitor for events on file descriptors, timers, and
31+
:type:`flux_t` broker handles. :var:`flags` should be set to zero.
3832

3933
For each event source and type that is to be monitored, a :type:`flux_watcher_t`
4034
object is created using a type-specific create function, and started

0 commit comments

Comments
 (0)