[rtems-central commit] spec: Fix IO Manager documentation

Sebastian Huber sebh at rtems.org
Wed Sep 30 12:48:06 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    f6c5b4ea7536b3540cd50e022e8568a870a3688c
Changeset: http://git.rtems.org/rtems-central/commit/?id=f6c5b4ea7536b3540cd50e022e8568a870a3688c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep 30 14:44:07 2020 +0200

spec: Fix IO Manager documentation

---

 spec/rtems/io/if/close.yml      | 2 +-
 spec/rtems/io/if/control.yml    | 2 +-
 spec/rtems/io/if/initialize.yml | 4 ++--
 spec/rtems/io/if/open.yml       | 2 +-
 spec/rtems/io/if/read.yml       | 2 +-
 spec/rtems/io/if/write.yml      | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/spec/rtems/io/if/close.yml b/spec/rtems/io/if/close.yml
index 1dab576..db8e844 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 c9a0de2..99d762f 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 3e61ccf..444b2a5 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 f3f3c1c..71a1e95 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 265e747..5b77c5e 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 1629500..54aae58 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)



More information about the vc mailing list