diff options
author | Justin Swartz <justin.swartz@risingedge.co.za> | 2022-06-04 17:54:31 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-06-09 09:50:03 -0600 |
commit | 788183a6e8b098b90e15214e800ae5194591018a (patch) | |
tree | 0331f62ed6aa909e4caacb776a17b3f70ec17359 /Documentation/usb/usbmon.rst | |
parent | 5860800e8696d2cbbd1a0dd60b433549d176e668 (diff) | |
download | linux-stable-788183a6e8b098b90e15214e800ae5194591018a.tar.gz linux-stable-788183a6e8b098b90e15214e800ae5194591018a.tar.bz2 linux-stable-788183a6e8b098b90e15214e800ae5194591018a.zip |
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>
Diffstat (limited to 'Documentation/usb/usbmon.rst')
-rw-r--r-- | Documentation/usb/usbmon.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/usbmon.rst b/Documentation/usb/usbmon.rst index b0bd51080799..6d5ec1e62d09 100644 --- a/Documentation/usb/usbmon.rst +++ b/Documentation/usb/usbmon.rst @@ -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 |