[rtems-central commit] spec: Rename constraint

Sebastian Huber sebh at rtems.org
Wed Feb 17 17:48:06 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb  9 08:45:37 2021 +0100

spec: Rename constraint

---

 spec/constraint/{directive-may-preempt.yml => unblock-may-preempt.yml} | 2 +-
 spec/rtems/barrier/if/release.yml                                      | 2 +-
 spec/rtems/event/if/send.yml                                           | 2 +-
 spec/rtems/event/if/system-send.yml                                    | 2 +-
 spec/rtems/event/if/transient-send.yml                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/spec/constraint/directive-may-preempt.yml b/spec/constraint/unblock-may-preempt.yml
similarity index 73%
rename from spec/constraint/directive-may-preempt.yml
rename to spec/constraint/unblock-may-preempt.yml
index 6581e8b..f6e0b4c 100644
--- a/spec/constraint/directive-may-preempt.yml
+++ b/spec/constraint/unblock-may-preempt.yml
@@ -6,5 +6,5 @@ links: []
 rationale: null
 scope: user
 text: |
-  The directive may be unblock another task which may preempt the calling task.
+  The directive may unblock another task which may preempt the calling task.
 type: constraint
diff --git a/spec/rtems/barrier/if/release.yml b/spec/rtems/barrier/if/release.yml
index 6310d18..309687a 100644
--- a/spec/rtems/barrier/if/release.yml
+++ b/spec/rtems/barrier/if/release.yml
@@ -31,7 +31,7 @@ links:
 - role: constraint
   uid: /constraint/directive-ctx-task
 - role: constraint
-  uid: /constraint/directive-may-preempt
+  uid: /constraint/unblock-may-preempt
 name: rtems_barrier_release
 notes: null
 params:
diff --git a/spec/rtems/event/if/send.yml b/spec/rtems/event/if/send.yml
index dbf2318..ac26df0 100644
--- a/spec/rtems/event/if/send.yml
+++ b/spec/rtems/event/if/send.yml
@@ -43,7 +43,7 @@ links:
 - role: constraint
   uid: /constraint/directive-ctx-task
 - role: constraint
-  uid: /constraint/directive-may-preempt
+  uid: /constraint/unblock-may-preempt
 name: rtems_event_send
 notes: |
   Events can be sent by tasks or an ${/glossary/isr:/term}.
diff --git a/spec/rtems/event/if/system-send.yml b/spec/rtems/event/if/system-send.yml
index 5f71ff1..704ba7b 100644
--- a/spec/rtems/event/if/system-send.yml
+++ b/spec/rtems/event/if/system-send.yml
@@ -27,7 +27,7 @@ links:
 - role: constraint
   uid: /constraint/directive-ctx-task
 - role: constraint
-  uid: /constraint/directive-may-preempt
+  uid: /constraint/unblock-may-preempt
 name: rtems_event_system_send
 notes: null
 params:
diff --git a/spec/rtems/event/if/transient-send.yml b/spec/rtems/event/if/transient-send.yml
index b994623..a16b973 100644
--- a/spec/rtems/event/if/transient-send.yml
+++ b/spec/rtems/event/if/transient-send.yml
@@ -26,7 +26,7 @@ links:
 - role: constraint
   uid: /constraint/directive-ctx-task
 - role: constraint
-  uid: /constraint/directive-may-preempt
+  uid: /constraint/unblock-may-preempt
 name: rtems_event_transient_send
 notes: null
 params:



More information about the vc mailing list