summaryrefslogtreecommitdiffstats
path: root/c-user/io/directives.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/io/directives.rst')
-rw-r--r--c-user/io/directives.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/c-user/io/directives.rst b/c-user/io/directives.rst
index 0683c4c..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,9 +64,9 @@ 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 a device major number variable. When the
- directive call is successful, the device major number of the registered
- device will be stored in this variable.
+ 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.
.. rubric:: RETURN VALUES: