[rtems-central commit] spec: Fix format

Sebastian Huber sebh at rtems.org
Tue May 9 13:45:26 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  5 14:41:19 2023 +0200

spec: Fix format

---

 spec/c/req/clock-nanosleep.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/c/req/clock-nanosleep.yml b/spec/c/req/clock-nanosleep.yml
index 6aa11df6..53bb2de6 100644
--- a/spec/c/req/clock-nanosleep.yml
+++ b/spec/c/req/clock-nanosleep.yml
@@ -188,7 +188,7 @@ pre-conditions:
     test-code: |
       ctx->rqtp = NULL;
     text: |
-      While the ``rqtp parameter is equal to ${../if/null:/name}.
+      While the ``rqtp`` parameter is equal to ${../if/null:/name}.
   test-epilogue: null
   test-prologue: null
 - name: RQTpNSec
@@ -254,7 +254,7 @@ pre-conditions:
     test-code: |
       ctx->rmtp = NULL;
     text: |
-      While the ``rmtp parameter is equal to ${../if/null:/name}.
+      While the ``rmtp`` parameter is equal to ${../if/null:/name}.
   test-epilogue: null
   test-prologue: null
 rationale: null



More information about the vc mailing list