]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: add missing references to sd_event_add_inotify()
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Oct 2018 10:09:29 +0000 (12:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Oct 2018 10:26:29 +0000 (12:26 +0200)
commit8274a30d0e2b741ac035e4e7964af82db34e6c38
treedc18ec3847a2f116eb6ca439d0fcf985512b0311
parent0f78c4dbe4ccbfdbe1a09b96776177576193b2d4
man: add missing references to sd_event_add_inotify()

These man pages list references to the various sd_event_add_xyz() calls
at the bottom, but sd_event_add_inotify() was never added there.

Moreover, some list references to sd_event_add_post() and
sd_event_add_exit() even though these have shared man pages with
sd_event_add_defer(), and given that the "SEE ALSO" section should
probably reference pages instead of functions let's drop this.

Then, let's always specify the sd_event_add_xyz() calls in the same
order.

Finally, in the sd_event_new(3) text explaining the basic logic,
actually mention sd_event_add_post() and sd_event_add_exit() as well, as
in that case we actually want to list functions, not man pages.
12 files changed:
man/sd_event_new.xml
man/sd_event_run.xml
man/sd_event_set_watchdog.xml
man/sd_event_source_get_event.xml
man/sd_event_source_get_pending.xml
man/sd_event_source_set_description.xml
man/sd_event_source_set_enabled.xml
man/sd_event_source_set_prepare.xml
man/sd_event_source_set_priority.xml
man/sd_event_source_set_userdata.xml
man/sd_event_source_unref.xml
man/sd_event_wait.xml