summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/scheduleruser.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/scheduleruser.yml')
-rw-r--r--spec/acfg/opt/scheduleruser.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/acfg/opt/scheduleruser.yml b/spec/acfg/opt/scheduleruser.yml
index ec12b1b7..5047e48a 100644
--- a/spec/acfg/opt/scheduleruser.yml
+++ b/spec/acfg/opt/scheduleruser.yml
@@ -23,13 +23,13 @@ notes: |
scheduling algorithm. If ``CONFIGURE_SCHEDULER_USER`` is defined then the
following additional macros shall be defined:
- - ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of
+ * ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of
the scheduler data structures of the user scheduler.
- - ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler
+ * ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler
table entry initializer for the user scheduler.
- - ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of
+ * ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of
the per-thread information of the user scheduler.
At this time, the mechanics and requirements for writing a new scheduler