summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 15:22:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 15:22:42 +0200
commitaae12a99aeb2fcc3e6420244bd3bd68d7b2660bd (patch)
tree26de7f448c8605b24a108f5058194c7647dc93e5
parentspec: Improve formatting (diff)
downloadrtems-central-aae12a99aeb2fcc3e6420244bd3bd68d7b2660bd.tar.bz2
spec: Fix formatting
-rw-r--r--spec/if/acfg/appl-does-not-need-clock-driver.yml2
-rw-r--r--spec/if/acfg/appl-needs-clock-driver.yml2
-rw-r--r--spec/if/acfg/appl-needs-timer-driver.yml2
-rw-r--r--spec/if/acfg/idle-task-init-appl.yml2
-rw-r--r--spec/if/acfg/posix-init-thread-table.yml2
-rw-r--r--spec/if/acfg/rtems-init-tasks-table.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/spec/if/acfg/appl-does-not-need-clock-driver.yml b/spec/if/acfg/appl-does-not-need-clock-driver.yml
index f82fc574..fcfb0a8e 100644
--- a/spec/if/acfg/appl-does-not-need-clock-driver.yml
+++ b/spec/if/acfg/appl-does-not-need-clock-driver.yml
@@ -24,7 +24,7 @@ notes: |
* ${appl-needs-clock-driver:/name},
- * `CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or
+ * ``CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER``, or
* ${appl-needs-timer-driver:/name},
diff --git a/spec/if/acfg/appl-needs-clock-driver.yml b/spec/if/acfg/appl-needs-clock-driver.yml
index cc0f01df..55b1dcb7 100644
--- a/spec/if/acfg/appl-needs-clock-driver.yml
+++ b/spec/if/acfg/appl-needs-clock-driver.yml
@@ -18,7 +18,7 @@ notes: |
The application shall define exactly one of the following configuration options
- * `CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER`,
+ * ``CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER``,
* ${appl-does-not-need-clock-driver:/name}, or
diff --git a/spec/if/acfg/appl-needs-timer-driver.yml b/spec/if/acfg/appl-needs-timer-driver.yml
index 364bd12f..5feff510 100644
--- a/spec/if/acfg/appl-needs-timer-driver.yml
+++ b/spec/if/acfg/appl-needs-timer-driver.yml
@@ -22,7 +22,7 @@ notes: |
* ${appl-does-not-need-clock-driver:/name}, or
- * `CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER`,
+ * ``CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER``,
otherwise a compile time error will occur.
text: ''
diff --git a/spec/if/acfg/idle-task-init-appl.yml b/spec/if/acfg/idle-task-init-appl.yml
index c52eeb49..ad5f31da 100644
--- a/spec/if/acfg/idle-task-init-appl.yml
+++ b/spec/if/acfg/idle-task-init-appl.yml
@@ -36,7 +36,7 @@ notes: |
* ${posix-init-thread-table:/name}, or
- * `CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION`
+ * ``CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION``
otherwise a compile time error in the configuration file will occur.
text: ''
diff --git a/spec/if/acfg/posix-init-thread-table.yml b/spec/if/acfg/posix-init-thread-table.yml
index b51dd8c1..6ed00c00 100644
--- a/spec/if/acfg/posix-init-thread-table.yml
+++ b/spec/if/acfg/posix-init-thread-table.yml
@@ -18,7 +18,7 @@ notes: |
* ${rtems-init-tasks-table:/name},
- * `CONFIGURE_POSIX_INIT_THREAD_TABLE`, or
+ * ``CONFIGURE_POSIX_INIT_THREAD_TABLE``, or
* ${idle-task-init-appl:/name}
diff --git a/spec/if/acfg/rtems-init-tasks-table.yml b/spec/if/acfg/rtems-init-tasks-table.yml
index 97dc73dd..655e24e9 100644
--- a/spec/if/acfg/rtems-init-tasks-table.yml
+++ b/spec/if/acfg/rtems-init-tasks-table.yml
@@ -16,7 +16,7 @@ notes: |
The application shall define exactly one of the following configuration
options
- * `CONFIGURE_RTEMS_INIT_TASKS_TABLE`,
+ * ``CONFIGURE_RTEMS_INIT_TASKS_TABLE``,
* ${posix-init-thread-table:/name}, or