mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man: Fix event source priority enum names in synopsis (#4478)
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user