Skip to content

Commit

Permalink
build: fix typos in man3 Makefile.am
Browse files Browse the repository at this point in the history
Add a missing line separator and a missing secondary man page.
  • Loading branch information
garlick committed Mar 10, 2017
1 parent ce81ab5 commit cf0a648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/man3/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ MAN3_FILES_SECONDARY = \
flux_msg_handler_delvec.3 \
flux_child_watcher_get_rpid.3 \
flux_child_watcher_get_rstatus.3 \
flux_signal_watcher_get_signum.3 \
flux_stat_watcher_get_rstat.3 \
flux_rpc_get_raw.3 \
flux_respond_raw.3 \
Expand All @@ -104,7 +105,7 @@ MAN3_FILES_SECONDARY = \
flux_event_encode.3 \
flux_event_encodef.3 \
flux_content_load_get.3 \
flux_content_store.3
flux_content_store.3 \
flux_content_store_get.3 \
flux_vlog.3 \
flux_log_set_appname.3 \
Expand Down Expand Up @@ -181,6 +182,7 @@ flux_msg_handler_stop.3: flux_msg_handler_create.3
flux_msg_handler_delvec.3: flux_msg_handler_addvec.3
flux_child_watcher_get_rpid.3: flux_child_watcher_create.3
flux_child_watcher_get_rstatus.3: flux_child_watcher_create.3
flux_signal_watcher_get_signum.3: flux_signal_watcher_create.3
flux_stat_watcher_get_rstat.3: flux_stat_watcher_create.3
flux_rpc_get_raw.3: flux_rpc_raw.3
flux_respond_raw.3: flux_respond.3
Expand Down

0 comments on commit cf0a648

Please sign in to comment.