mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +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>#include <systemd/sd-event.h></funcsynopsisinfo>
|
||||||
|
|
||||||
<funcsynopsisinfo><token>enum</token> {
|
<funcsynopsisinfo><token>enum</token> {
|
||||||
<constant>SD_EVENT_SOURCE_IMPORTANT</constant> = -100,
|
<constant>SD_EVENT_PRIORITY_IMPORTANT</constant> = -100,
|
||||||
<constant>SD_EVENT_SOURCE_NORMAL</constant> = 0,
|
<constant>SD_EVENT_PRIORITY_NORMAL</constant> = 0,
|
||||||
<constant>SD_EVENT_SOURCE_IDLE</constant> = 100,
|
<constant>SD_EVENT_PRIORITY_IDLE</constant> = 100,
|
||||||
};</funcsynopsisinfo>
|
};</funcsynopsisinfo>
|
||||||
|
|
||||||
<funcprototype>
|
<funcprototype>
|
||||||
|
Loading…
Reference in New Issue
Block a user