summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-09 00:10:58 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-09 13:02:13 +0100
commite67d738a8771c220a2e1ee81d5499a90589dd15d (patch)
treeed40beac18c7f439376f94bb737b04ee19f6b537 /man/rules
parent53baf2efa420cab6c4b1904c9a0c46a0c4ec80a1 (diff)
downloadsystemd-e67d738a8771c220a2e1ee81d5499a90589dd15d.tar.gz
sd-event: add sd_event_add_inotify_fd() call
sd_event_add_inotify_fd() is like sd_event_add_inotify(), but takes an fd to an inode instead of a path, and is hence a ton nicer.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index ad7cc41c98..7bf93fc16b 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -518,7 +518,9 @@ manpages = [
''],
['sd_event_add_inotify',
'3',
- ['sd_event_inotify_handler_t', 'sd_event_source_get_inotify_mask'],
+ ['sd_event_add_inotify_fd',
+ 'sd_event_inotify_handler_t',
+ 'sd_event_source_get_inotify_mask'],
''],
['sd_event_add_io',
'3',