From 227bcd91b42cc9291bc6539bb6127af74fe5e466 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 13 Jan 2019 08:42:32 +0900 Subject: [PATCH] man: fix reference Fixes #11396. --- man/sd_event_wait.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_event_wait.xml b/man/sd_event_wait.xml index 884996291c..f01d18e94e 100644 --- a/man/sd_event_wait.xml +++ b/man/sd_event_wait.xml @@ -157,7 +157,7 @@ An event source is currently being prepared, i.e. the preparation handler is currently being executed, as set with - sd_event_set_prepare3. This + sd_event_source_set_prepare3. This state is only seen in the event source preparation handler that is invoked from the sd_event_prepare() call and is