summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-30 14:44:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-30 14:44:07 +0200
commitf6c5b4ea7536b3540cd50e022e8568a870a3688c (patch)
treeb1c40fe55fe93fc9d04ce38c600130879cf9ca26
parentspec: Fix references in text attributes (diff)
downloadrtems-central-f6c5b4ea7536b3540cd50e022e8568a870a3688c.tar.bz2
spec: Fix IO Manager documentation
-rw-r--r--spec/rtems/io/if/close.yml2
-rw-r--r--spec/rtems/io/if/control.yml2
-rw-r--r--spec/rtems/io/if/initialize.yml4
-rw-r--r--spec/rtems/io/if/open.yml2
-rw-r--r--spec/rtems/io/if/read.yml2
-rw-r--r--spec/rtems/io/if/write.yml2
6 files changed, 7 insertions, 7 deletions
diff --git a/spec/rtems/io/if/close.yml b/spec/rtems/io/if/close.yml
index 1dab5764..db8e844e 100644
--- a/spec/rtems/io/if/close.yml
+++ b/spec/rtems/io/if/close.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Closes the device specified by device major and minor number.
+ Closes the device specified by the device major and minor numbers.
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/io/if/control.yml b/spec/rtems/io/if/control.yml
index c9a0de26..99d762f1 100644
--- a/spec/rtems/io/if/control.yml
+++ b/spec/rtems/io/if/control.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Controls the device specified by device major and minor number.
+ Controls the device specified by the device major and minor numbers.
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/io/if/initialize.yml b/spec/rtems/io/if/initialize.yml
index 3e61ccfe..444b2a53 100644
--- a/spec/rtems/io/if/initialize.yml
+++ b/spec/rtems/io/if/initialize.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Initializes the device specified by device major and minor number.
+ Initializes the device specified by the device major and minor numbers.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
@@ -27,7 +27,7 @@ name: rtems_io_initialize
notes: |
This directive is automatically invoked for each device driver defined by the
application configuration during the system initialization and via the
- {register-driver:/name} directive.
+ ${register-driver:/name} directive.
A device driver initialization entry is responsible for initializing all
hardware and data structures associated with a device. If necessary, it can
diff --git a/spec/rtems/io/if/open.yml b/spec/rtems/io/if/open.yml
index f3f3c1c5..71a1e953 100644
--- a/spec/rtems/io/if/open.yml
+++ b/spec/rtems/io/if/open.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Opens the device specified by device major and minor number.
+ Opens the device specified by the device major and minor numbers.
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/io/if/read.yml b/spec/rtems/io/if/read.yml
index 265e7477..5b77c5e2 100644
--- a/spec/rtems/io/if/read.yml
+++ b/spec/rtems/io/if/read.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Reads from the device specified by device major and minor number.
+ Reads from the device specified by the device major and minor numbers.
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/io/if/write.yml b/spec/rtems/io/if/write.yml
index 16295002..54aae58c 100644
--- a/spec/rtems/io/if/write.yml
+++ b/spec/rtems/io/if/write.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Writes to the device specified by device major and minor number.
+ Writes to the device specified by the device major and minor numbers.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)