From 15411c0cb1192799b37ec8f25d6f30e8d7292fc6 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Fri, 13 Mar 2015 14:08:00 +0100 Subject: tree-wide: there is no ENOTSUP on linux Replace ENOTSUP by EOPNOTSUPP as this is what linux actually uses. --- man/sd_event_add_time.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/sd_event_add_time.xml') diff --git a/man/sd_event_add_time.xml b/man/sd_event_add_time.xml index c975f07de5..5692ee6008 100644 --- a/man/sd_event_add_time.xml +++ b/man/sd_event_add_time.xml @@ -223,7 +223,7 @@ - -ENOTSUP + -EOPNOTSUPP The selected clock is not supported by the event loop implementation. -- cgit v1.2.3-54-g00ecf