Skip to content

Commit 9102735

Browse files
committed
doc: drop flux_child_watcher_create(3)
Problem: child watchers are removed from the public API but man pages remain. Drop man pages.
1 parent 1849004 commit 9102735

File tree

3 files changed

+0
-87
lines changed

3 files changed

+0
-87
lines changed

doc/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ MAN3_FILES_PRIMARY = \
119119
man3/flux_msg_cmp.3 \
120120
man3/flux_msg_create.3 \
121121
man3/flux_msg_handler_addvec.3 \
122-
man3/flux_child_watcher_create.3 \
123122
man3/flux_signal_watcher_create.3 \
124123
man3/flux_stat_watcher_create.3 \
125124
man3/flux_respond.3 \
@@ -222,8 +221,6 @@ MAN3_FILES_SECONDARY = \
222221
man3/flux_msg_handler_stop.3 \
223222
man3/flux_get_handle_watcher.3 \
224223
man3/flux_msg_handler_delvec.3 \
225-
man3/flux_child_watcher_get_rpid.3 \
226-
man3/flux_child_watcher_get_rstatus.3 \
227224
man3/flux_signal_watcher_get_signum.3 \
228225
man3/flux_stat_watcher_get_rstat.3 \
229226
man3/flux_respond_raw.3 \

doc/man3/flux_child_watcher_create.rst

Lines changed: 0 additions & 81 deletions
This file was deleted.

doc/manpages.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@
7575
('man3/flux_attr_get', 'flux_attr_get', 'get/set Flux broker attributes', [author], 3),
7676
('man3/flux_aux_set', 'flux_aux_get', 'get/set auxiliary handle data', [author], 3),
7777
('man3/flux_aux_set', 'flux_aux_set', 'get/set auxiliary handle data', [author], 3),
78-
('man3/flux_child_watcher_create', 'flux_child_watcher_get_rpid', 'create child watcher', [author], 3),
79-
('man3/flux_child_watcher_create', 'flux_child_watcher_get_rstatus', 'create child watcher', [author], 3),
80-
('man3/flux_child_watcher_create', 'flux_child_watcher_create', 'create child watcher', [author], 3),
8178
('man3/flux_core_version', 'flux_core_version_string', 'get flux-core version', [author], 3),
8279
('man3/flux_core_version', 'flux_core_version', 'get flux-core version', [author], 3),
8380
('man3/flux_event_decode', 'flux_event_decode_raw', 'encode/decode a Flux event message', [author], 3),

0 commit comments

Comments
 (0)