chiark / gitweb /
man: Fix event source priority enum names in synopsis (#4478)
authorMartin Ejdestig <marejde@gmail.com>
Mon, 24 Oct 2016 22:30:26 +0000 (00:30 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:56 +0000 (08:50 +0200)
man/sd_event_source_set_priority.xml

index d50ffad2ab738e7c62e29c78f326e00eb7eb45fe..3e325502e2a56321d6cac7ff015294299b96e4e5 100644 (file)
@@ -57,9 +57,9 @@
       <funcsynopsisinfo>#include &lt;elogind/sd-event.h&gt;</funcsynopsisinfo>
 
       <funcsynopsisinfo><token>enum</token> {
-        <constant>SD_EVENT_SOURCE_IMPORTANT</constant> = -100,
-        <constant>SD_EVENT_SOURCE_NORMAL</constant> = 0,
-        <constant>SD_EVENT_SOURCE_IDLE</constant> = 100,
+        <constant>SD_EVENT_PRIORITY_IMPORTANT</constant> = -100,
+        <constant>SD_EVENT_PRIORITY_NORMAL</constant> = 0,
+        <constant>SD_EVENT_PRIORITY_IDLE</constant> = 100,
 };</funcsynopsisinfo>
 
       <funcprototype>