summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-09 08:45:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-10 15:55:50 +0100
commitaeb6b2aaf12060093e69ea7d0ddd29d5eeaba78a (patch)
tree57129d2bd86510917641403017579924800ef1ea
parentinterface: Support glossary plurals (diff)
downloadrtems-central-aeb6b2aaf12060093e69ea7d0ddd29d5eeaba78a.tar.bz2
spec: Rename constraint
-rw-r--r--spec/constraint/unblock-may-preempt.yml (renamed from spec/constraint/directive-may-preempt.yml)2
-rw-r--r--spec/rtems/barrier/if/release.yml2
-rw-r--r--spec/rtems/event/if/send.yml2
-rw-r--r--spec/rtems/event/if/system-send.yml2
-rw-r--r--spec/rtems/event/if/transient-send.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/spec/constraint/directive-may-preempt.yml b/spec/constraint/unblock-may-preempt.yml
index 6581e8b4..f6e0b4c0 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 6310d185..309687ac 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 dbf23188..ac26df0d 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 5f71ff11..704ba7bd 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 b994623b..a16b9736 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: