summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 10:49:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 11:03:04 +0200
commit94ce3d7e8db708b4fffd0efea3b92a4a1a95b9db (patch)
tree6211eec1a6ceffc997b6de55cbadc252897c9551
parentspec: Mark some directive as not pre-qualified (diff)
downloadrtems-central-94ce3d7e8db708b4fffd0efea3b92a4a1a95b9db.tar.bz2
spec: Fix format
-rw-r--r--spec/rtems/clock/if/tick-later.yml2
-rw-r--r--spec/rtems/dpmem/if/external-to-internal.yml2
-rw-r--r--spec/rtems/dpmem/if/ident.yml2
-rw-r--r--spec/rtems/dpmem/if/internal-to-external.yml2
-rw-r--r--spec/rtems/intr/if/server-handler-iterate.yml2
-rw-r--r--spec/rtems/mp/if/minimum-hetero-conversion.yml4
-rw-r--r--spec/rtems/support/if/workspace-allocate.yml2
7 files changed, 8 insertions, 8 deletions
diff --git a/spec/rtems/clock/if/tick-later.yml b/spec/rtems/clock/if/tick-later.yml
index 2efbcf22..445b4759 100644
--- a/spec/rtems/clock/if/tick-later.yml
+++ b/spec/rtems/clock/if/tick-later.yml
@@ -33,7 +33,7 @@ links:
name: rtems_clock_tick_later
notes: null
params:
-- description:
+- description: |
is the delta value in clock ticks.
dir: null
name: delta
diff --git a/spec/rtems/dpmem/if/external-to-internal.yml b/spec/rtems/dpmem/if/external-to-internal.yml
index af88c2b5..893350b7 100644
--- a/spec/rtems/dpmem/if/external-to-internal.yml
+++ b/spec/rtems/dpmem/if/external-to-internal.yml
@@ -48,7 +48,7 @@ params:
dir: null
name: id
- description: |
- is the external address to convert.
+ is the external address to convert.
dir: null
name: external
- description: |
diff --git a/spec/rtems/dpmem/if/ident.yml b/spec/rtems/dpmem/if/ident.yml
index e4d238f6..8002957d 100644
--- a/spec/rtems/dpmem/if/ident.yml
+++ b/spec/rtems/dpmem/if/ident.yml
@@ -40,7 +40,7 @@ notes: |
The objects are searched from lowest to the highest index. Only the local
node is searched.
-
+
The port identifier is used with other dual-ported memory related directives
to access the port.
params:
diff --git a/spec/rtems/dpmem/if/internal-to-external.yml b/spec/rtems/dpmem/if/internal-to-external.yml
index 06b4744a..20aef91e 100644
--- a/spec/rtems/dpmem/if/internal-to-external.yml
+++ b/spec/rtems/dpmem/if/internal-to-external.yml
@@ -49,7 +49,7 @@ params:
dir: null
name: id
- description: |
- is the internal address to convert.
+ is the internal address to convert.
dir: null
name: internal
- description: |
diff --git a/spec/rtems/intr/if/server-handler-iterate.yml b/spec/rtems/intr/if/server-handler-iterate.yml
index 4568d49d..95dfac9e 100644
--- a/spec/rtems/intr/if/server-handler-iterate.yml
+++ b/spec/rtems/intr/if/server-handler-iterate.yml
@@ -39,7 +39,7 @@ links:
name: rtems_interrupt_server_handler_iterate
notes: |
The directive is intended for system information and diagnostics.
-
+
Never install or remove an interrupt handler within the visitor function.
This may result in a deadlock.
params:
diff --git a/spec/rtems/mp/if/minimum-hetero-conversion.yml b/spec/rtems/mp/if/minimum-hetero-conversion.yml
index 3397556f..4806c56e 100644
--- a/spec/rtems/mp/if/minimum-hetero-conversion.yml
+++ b/spec/rtems/mp/if/minimum-hetero-conversion.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This constant defines the count of ${/c/if/uint32_t:/name} numbers in a packet
- which must be converted to native format in a heterogeneous system.
+ This constant defines the count of ${/c/if/uint32_t:/name} numbers in a packet
+ which must be converted to native format in a heterogeneous system.
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/support/if/workspace-allocate.yml b/spec/rtems/support/if/workspace-allocate.yml
index 134b0269..2de30324 100644
--- a/spec/rtems/support/if/workspace-allocate.yml
+++ b/spec/rtems/support/if/workspace-allocate.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Allocates a memory area from the RTEMS Workspace.
+ Allocates a memory area from the RTEMS Workspace.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)