summaryrefslogtreecommitdiff
path: root/man/sd_event_add_time.xml
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-03-13 14:08:00 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2015-03-13 14:10:39 +0100
commit15411c0cb1192799b37ec8f25d6f30e8d7292fc6 (patch)
tree003adfa8f694890078b5fb6d901e420c9a966ece /man/sd_event_add_time.xml
parent32a568fb90bf0a22a3007fa670305403a5d0bb72 (diff)
downloadsystemd-15411c0cb1192799b37ec8f25d6f30e8d7292fc6.tar.gz
tree-wide: there is no ENOTSUP on linux
Replace ENOTSUP by EOPNOTSUPP as this is what linux actually uses.
Diffstat (limited to 'man/sd_event_add_time.xml')
-rw-r--r--man/sd_event_add_time.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
</varlistentry>
<varlistentry>
- <term><constant>-ENOTSUP</constant></term>
+ <term><constant>-EOPNOTSUPP</constant></term>
<listitem><para>The selected clock is not supported by the event loop implementation.</para></listitem>