Skip to content

Commit 8254130

Browse files
committed
style(pm_wakeup_sources): Change USB command prefix
The commands for the USB wakeup source all have a prefix of "#". Remove the "HOST:~$" prefix and add "#" to one of the code blocks since it was not consistent with the others. Signed-off-by: Kendall Willis <k-willis@ti.com>
1 parent c45293a commit 8254130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ below command on the Host system
822822

823823
.. code-block:: console
824824
825-
HOST:~$ lsusb -t
825+
# lsusb -t
826826
827827
828828
********************

0 commit comments

Comments
 (0)