mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
man: Fix event source priority enum names in synopsis (#4478)
This commit is contained in:
committed by
Lennart Poettering
parent
6980e31f25
commit
f2e5f466cb
@@ -57,9 +57,9 @@
|
||||
<funcsynopsisinfo>#include <systemd/sd-event.h></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>
|
||||
|
||||
Reference in New Issue
Block a user