[rtems-central commit] spec: Fix formatting

Sebastian Huber sebh at rtems.org
Thu Aug 6 13:22:55 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    aae12a99aeb2fcc3e6420244bd3bd68d7b2660bd
Changeset: http://git.rtems.org/rtems-central/commit/?id=aae12a99aeb2fcc3e6420244bd3bd68d7b2660bd

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug  6 15:22:28 2020 +0200

spec: Fix formatting

---

 spec/if/acfg/appl-does-not-need-clock-driver.yml | 2 +-
 spec/if/acfg/appl-needs-clock-driver.yml         | 2 +-
 spec/if/acfg/appl-needs-timer-driver.yml         | 2 +-
 spec/if/acfg/idle-task-init-appl.yml             | 2 +-
 spec/if/acfg/posix-init-thread-table.yml         | 2 +-
 spec/if/acfg/rtems-init-tasks-table.yml          | 2 +-
 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 f82fc57..fcfb0a8 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 cc0f01d..55b1dcb 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 364bd12..5feff51 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 c52eeb4..ad5f31d 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 b51dd8c..6ed00c0 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 97dc73d..655e24e 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
 



More information about the vc mailing list