From 859f0b73197ce9c41ac65ff5c6953923307ffed0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 27 Jan 2016 11:27:31 +1100 Subject: Add an rtems-table class to wrap and align HTML tables. --- c_user/rate_monotonic_manager.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c_user/rate_monotonic_manager.rst') diff --git a/c_user/rate_monotonic_manager.rst b/c_user/rate_monotonic_manager.rst index 92addb9..383dd80 100644 --- a/c_user/rate_monotonic_manager.rst +++ b/c_user/rate_monotonic_manager.rst @@ -480,6 +480,7 @@ relationship between the period's status and the directive status code returned by the ``rtems_rate_monotonic_period`` directive: .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period is running @@ -656,6 +657,7 @@ RATE_MONOTONIC_CREATE - Create a rate monotonic period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - rate monotonic period created successfully @@ -697,6 +699,7 @@ RATE_MONOTONIC_IDENT - Get ID of a period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period identified successfully @@ -734,6 +737,7 @@ RATE_MONOTONIC_CANCEL - Cancel a period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period canceled successfully @@ -773,6 +777,7 @@ RATE_MONOTONIC_DELETE - Delete a rate monotonic period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period deleted successfully @@ -814,6 +819,7 @@ RATE_MONOTONIC_PERIOD - Conclude current/Start next period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period initiated successfully @@ -863,6 +869,7 @@ RATE_MONOTONIC_GET_STATUS - Obtain status from a period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period initiated successfully @@ -926,6 +933,7 @@ RATE_MONOTONIC_GET_STATISTICS - Obtain statistics from a period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period initiated successfully @@ -993,6 +1001,7 @@ RATE_MONOTONIC_RESET_STATISTICS - Reset statistics for a period **DIRECTIVE STATUS CODES:** .. list-table:: + :class: rtems-table * - ``RTEMS_SUCCESSFUL`` - period initiated successfully -- cgit v1.2.3