1
0
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:
Martin Ejdestig 2016-10-25 00:30:26 +02:00 committed by Lennart Poettering
parent 6980e31f25
commit f2e5f466cb

View File

@ -57,9 +57,9 @@
<funcsynopsisinfo>#include &lt;systemd/sd-event.h&gt;</funcsynopsisinfo> <funcsynopsisinfo>#include &lt;systemd/sd-event.h&gt;</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>