summaryrefslogtreecommitdiff
path: root/spec/if/rtems/sem/group.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/sem/group.yml')
-rw-r--r--spec/if/rtems/sem/group.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/if/rtems/sem/group.yml b/spec/if/rtems/sem/group.yml
index ec354faf..a0ad76f4 100644
--- a/spec/if/rtems/sem/group.yml
+++ b/spec/if/rtems/sem/group.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- The semaphore manager utilizes standard Dijkstra counting semaphores to
+ The Semaphore Manager utilizes standard Dijkstra counting semaphores to
provide synchronization and mutual exclusion capabilities.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
@@ -14,4 +14,6 @@ links:
- role: interface-ingroup
uid: ../group
name: Semaphore Manager
+text: |
+ The Classic API shall provide an interface to the Semaphore Manager.
type: interface