doc: fix 'bullet list' formatting errors

Change-Id: I2114052d1cee68845c74c0c1a89a75bea14cd312
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-13 11:45:26 -07:00 committed by Anas Nashif
commit eb5172c72d
3 changed files with 6 additions and 6 deletions

View file

@ -130,9 +130,9 @@ QEMU is the supported emulation system of the kernel. QEMU must be invoked
with the -s and -S options. with the -s and -S options.
* :option:`-S` Do not start CPU at startup; rather, you must type 'c' in the * :option:`-S` Do not start CPU at startup; rather, you must type 'c' in the
monitor. monitor.
* :option:`-s` Shorthand for :literal:`-gdb tcp::1234`: open a GDB server on * :option:`-s` Shorthand for :literal:`-gdb tcp::1234`: open a GDB server on
TCP port 1234. TCP port 1234.
The build system can build the elf binary and call the QEMU process with The build system can build the elf binary and call the QEMU process with
the :makevar:`qemu` target. The QEMU debug options can be set using the the :makevar:`qemu` target. The QEMU debug options can be set using the

View file

@ -542,7 +542,7 @@ operations:
#. The PMA returns the :code:`SYS_PM_LOW_POWER_STATE` code. #. The PMA returns the :code:`SYS_PM_LOW_POWER_STATE` code.
* If the time allotted is not enough for the :code:`SYS_PM_LOW_POWER_STATE` * If the time allotted is not enough for the :code:`SYS_PM_LOW_POWER_STATE`
policy, the PMA returns the :code:`SYS_PM_DEVICE_SUSPEND_ONLY` code. policy, the PMA returns the :code:`SYS_PM_DEVICE_SUSPEND_ONLY` code.
When a device fails to suspend, the PMA executes the following operations: When a device fails to suspend, the PMA executes the following operations: