summaryrefslogtreecommitdiffstats
path: root/c-user/rate-monotonic
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/rate-monotonic')
-rw-r--r--c-user/rate-monotonic/directives.rst4
-rw-r--r--c-user/rate-monotonic/introduction.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/c-user/rate-monotonic/directives.rst b/c-user/rate-monotonic/directives.rst
index 02b8898..2e48aac 100644
--- a/c-user/rate-monotonic/directives.rst
+++ b/c-user/rate-monotonic/directives.rst
@@ -652,7 +652,7 @@ The following constraints apply to this directive:
rtems_rate_monotonic_report_statistics()
----------------------------------------
-Reports the period statistics using the :c:func:`printk` printer.
+Reports the period statistics using the :ref:`InterfacePrintk` printer.
.. rubric:: CALLING SEQUENCE:
@@ -663,7 +663,7 @@ Reports the period statistics using the :c:func:`printk` printer.
.. rubric:: DESCRIPTION:
This directive prints a report on all active periods which have executed at
-least one period using the :c:func:`printk` printer.
+least one period using the :ref:`InterfacePrintk` printer.
.. rubric:: CONSTRAINTS:
diff --git a/c-user/rate-monotonic/introduction.rst b/c-user/rate-monotonic/introduction.rst
index 5b0c094..9e3c6f0 100644
--- a/c-user/rate-monotonic/introduction.rst
+++ b/c-user/rate-monotonic/introduction.rst
@@ -70,7 +70,7 @@ by the Rate-Monotonic Manager are:
of all periods.
* :ref:`InterfaceRtemsRateMonotonicReportStatistics` - Reports the period
- statistics using the :c:func:`printk` printer.
+ statistics using the :ref:`InterfacePrintk` printer.
* :ref:`InterfaceRtemsRateMonotonicReportStatisticsWithPlugin` - Reports the
period statistics using the printer plugin.