mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
docs: usb: fix literal block marker in usbmon verification example
The "Verify that bus sockets are present" example was not properly formatted due to a typo in the literal block marker. Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Link: https://lore.kernel.org/r/20220604155431.23246-1-justin.swartz@risingedge.co.za Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
5860800e86
commit
788183a6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ if usbmon is built into the kernel::
|
|||
# modprobe usbmon
|
||||
#
|
||||
|
||||
Verify that bus sockets are present:
|
||||
Verify that bus sockets are present::
|
||||
|
||||
# ls /sys/kernel/debug/usb/usbmon
|
||||
0s 0u 1s 1t 1u 2s 2t 2u 3s 3t 3u 4s 4t 4u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue