Skip to content

Commit

Permalink
doc: update flux_reactor_create(3) flags
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
garlick committed Jan 9, 2025
1 parent 7196e6d commit 96df522
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions doc/man3/flux_reactor_create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ DESCRIPTION
===========

:func:`flux_reactor_create` creates a :type:`flux_reactor_t` object which can
be used to monitor for events on file descriptors, ZeroMQ sockets, timers, and
:type:`flux_t` broker handles.

There is currently only one possible flag for reactor creation:

FLUX_REACTOR_SIGCHLD
The reactor will internally register a SIGCHLD handler and be capable
of handling flux child watchers (see :man3:`flux_child_watcher_create`).
be used to monitor for events on file descriptors, timers, and
:type:`flux_t` broker handles. :var:`flags` should be set to zero.

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

0 comments on commit 96df522

Please sign in to comment.