doc: fix broken formatting in power_management.rst

Change-Id: Ifff791dfb3b132e83fbd275f79b54dc09feffb9a
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-13 12:11:23 -07:00 committed by Anas Nashif
commit 9cd82a7d21

View file

@ -1,4 +1,4 @@
.. _power_management
.. _power_management:
Power Management
################
@ -598,21 +598,21 @@ Policy Decision Summary
+---------------------------------+---------------------------------------+
| PM operations | Policy and Return Code |
+=================================+=======================================+
| Suspend some devices and | :code:`SYS_PM_LOW_POWER_STATE` |
| Suspend some devices and | :code:`SYS_PM_LOW_POWER_STATE` |
| | |
| Enter Low Power State | |
+---------------------------------+---------------------------------------+
| Suspend all devices and | :code:`SYS_PM_LOW_POWER_STATE` |
| Suspend all devices and | :code:`SYS_PM_LOW_POWER_STATE` |
| | |
| Enter Low Power State | |
+---------------------------------+---------------------------------------+
| Suspend all devices and | :code:`SYS_PM_DEEP_SLEEP` |
| Suspend all devices and | :code:`SYS_PM_DEEP_SLEEP` |
| | |
| Enter Deep Sleep | |
+---------------------------------+---------------------------------------+
| Suspend some or all devices and | :code:`SYS_PM_DEVICE_SUSPEND_ONLY` |
| Suspend some or all devices and | :code:`SYS_PM_DEVICE_SUSPEND_ONLY` |
| | |
| No CPU/SoC PM Operation | |
+---------------------------------+---------------------------------------+
| No PM operation | :code:`SYS_PM_NOT_HANDLED` |
| No PM operation | :code:`SYS_PM_NOT_HANDLED` |
+---------------------------------+---------------------------------------+