summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-maximum-semaphores.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-maximum-semaphores.yml')
-rw-r--r--spec/rtems/config/if/get-maximum-semaphores.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/spec/rtems/config/if/get-maximum-semaphores.yml b/spec/rtems/config/if/get-maximum-semaphores.yml
index 32817e0b..55d6c2ff 100644
--- a/spec/rtems/config/if/get-maximum-semaphores.yml
+++ b/spec/rtems/config/if/get-maximum-semaphores.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns the maximum number of Classic API Semaphores which are configured for
+ Gets the maximum number of Classic API Semaphores configured for
this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
@@ -21,9 +21,12 @@ links:
- role: interface-ingroup
uid: group
name: rtems_configuration_get_maximum_semaphores
-notes: null
+notes: |
+ See ${/acfg/if/max-semaphores:/name}.
params: []
return:
- return: null
+ return: |
+ Returns the maximum number of Classic API Semaphores configured for this
+ application.
return-values: []
type: interface