]> Git Repo - linux.git/commitdiff
docs: usb: fix literal block marker in usbmon verification example
authorJustin Swartz <[email protected]>
Sat, 4 Jun 2022 15:54:31 +0000 (17:54 +0200)
committerJonathan Corbet <[email protected]>
Thu, 9 Jun 2022 15:50:03 +0000 (09:50 -0600)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/usb/usbmon.rst

index b0bd510807993ce376a0d180cecf93577befb983..6d5ec1e62d0933cfd8340997889e4d6c4a058b09 100644 (file)
@@ -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
This page took 0.058047 seconds and 4 git commands to generate.