summaryrefslogtreecommitdiffstats
path: root/man/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-05-29 15:59:26 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-06 10:53:56 +0200
commit1eb54dc6457a5009e04f214e0d24ca00c782c5a5 (patch)
treeeaef698ac1dac105fb0d3de832ee32afdabaf12c /man/rules
parentsd-event: add test for the new sd_event_add_inotify() API (diff)
downloadsystemd-1eb54dc6457a5009e04f214e0d24ca00c782c5a5.tar.xz
systemd-1eb54dc6457a5009e04f214e0d24ca00c782c5a5.zip
man: document the new sd_event_add_inotify() call
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 0fb7978c21..e1e2c5e60d 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -263,6 +263,10 @@ manpages = [
'3',
['sd_event_add_exit', 'sd_event_add_post', 'sd_event_handler_t'],
''],
+ ['sd_event_add_inotify',
+ '3',
+ ['sd_event_inotify_handler_t', 'sd_event_source_get_inotify_mask'],
+ ''],
['sd_event_add_io',
'3',
['sd_event_io_handler_t',