summaryrefslogtreecommitdiffstats
path: root/c-user/io
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/io')
-rw-r--r--c-user/io/directives.rst4
-rw-r--r--c-user/io/index.rst2
-rw-r--r--c-user/io/introduction.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/c-user/io/directives.rst b/c-user/io/directives.rst
index d308944..7def56a 100644
--- a/c-user/io/directives.rst
+++ b/c-user/io/directives.rst
@@ -1,6 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+.. Copyright (C) 2020 embedded brains GmbH & Co. KG
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
.. This file is part of the RTEMS quality process and was automatically
@@ -64,7 +64,7 @@ table and device major number in the Device Driver Table.
This parameter is the device driver address table.
``registered_major``
- This parameter is the pointer to an :c:type:`rtems_device_major_number`
+ This parameter is the pointer to an :ref:`InterfaceRtemsDeviceMajorNumber`
object. When the directive call is successful, the device major number of
the registered device will be stored in this object.
diff --git a/c-user/io/index.rst b/c-user/io/index.rst
index 424c776..b1147a9 100644
--- a/c-user/io/index.rst
+++ b/c-user/io/index.rst
@@ -1,6 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+.. Copyright (C) 2020 embedded brains GmbH & Co. KG
.. index:: device drivers
.. index:: IO Manager
diff --git a/c-user/io/introduction.rst b/c-user/io/introduction.rst
index 7d2c35d..95a5942 100644
--- a/c-user/io/introduction.rst
+++ b/c-user/io/introduction.rst
@@ -1,6 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+.. Copyright (C) 2020 embedded brains GmbH & Co. KG
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
.. This file is part of the RTEMS quality process and was automatically