summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/object/if')
-rw-r--r--spec/rtems/object/if/api-class-information.yml4
-rw-r--r--spec/rtems/object/if/get-name.yml2
-rw-r--r--spec/rtems/object/if/id-final-index.yml4
-rw-r--r--spec/rtems/object/if/id-final.yml2
-rw-r--r--spec/rtems/object/if/id-initial-index.yml4
-rw-r--r--spec/rtems/object/if/set-name.yml2
6 files changed, 9 insertions, 9 deletions
diff --git a/spec/rtems/object/if/api-class-information.yml b/spec/rtems/object/if/api-class-information.yml
index 17da71e3..553a69ed 100644
--- a/spec/rtems/object/if/api-class-information.yml
+++ b/spec/rtems/object/if/api-class-information.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This structure is used to return information to the application about the
- objects configured for a specific API/Class combination.
+ This structure is used to return information to the application about the
+ objects configured for a specific API/Class combination.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/object/if/get-name.yml b/spec/rtems/object/if/get-name.yml
index de9592bc..b9002399 100644
--- a/spec/rtems/object/if/get-name.yml
+++ b/spec/rtems/object/if/get-name.yml
@@ -30,7 +30,7 @@ links:
- role: interface-ingroup
uid: group
name: rtems_object_get_name
-notes:
+notes: |
This directive may cause the calling task to be preempted due to an obtain
and release of the object allocator mutex.
params:
diff --git a/spec/rtems/object/if/id-final-index.yml b/spec/rtems/object/if/id-final-index.yml
index 15963a16..d646db30 100644
--- a/spec/rtems/object/if/id-final-index.yml
+++ b/spec/rtems/object/if/id-final-index.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This constant represents the highest value for the index component of an
- object identifier.
+ This constant represents the highest value for the index component of an
+ object identifier.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/object/if/id-final.yml b/spec/rtems/object/if/id-final.yml
index 8229256d..5e22f246 100644
--- a/spec/rtems/object/if/id-final.yml
+++ b/spec/rtems/object/if/id-final.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This constant represents the highest object identifier value.
+ This constant represents the highest object identifier value.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/object/if/id-initial-index.yml b/spec/rtems/object/if/id-initial-index.yml
index 5af3890a..f9a9517b 100644
--- a/spec/rtems/object/if/id-initial-index.yml
+++ b/spec/rtems/object/if/id-initial-index.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This constant represents the lowest value for the index component of an
- object identifier.
+ This constant represents the lowest value for the index component of an
+ object identifier.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/object/if/set-name.yml b/spec/rtems/object/if/set-name.yml
index 3c5c2a42..677358c7 100644
--- a/spec/rtems/object/if/set-name.yml
+++ b/spec/rtems/object/if/set-name.yml
@@ -27,7 +27,7 @@ name: rtems_object_set_name
notes: |
This directive may cause the calling task to be preempted due to an obtain
and release of the object allocator mutex.
-
+
This directive can be used to set the name of objects which do not have a
naming scheme per their API.