Remove space before output

This commit is contained in:
exu 2023-07-12 20:03:56 +02:00
parent 3c156eaede
commit 1a8ef43d10

View File

@ -68,14 +68,14 @@ First, the USB device you want to check has to be selected
```sh
lsusb
(out) Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
(out) Bus 003 Device 003: ID 0c45:652f Microdia Backlit Gaming Keyboard
(out) Bus 003 Device 002: ID 046d:c084 Logitech, Inc. G203 Gaming Mouse
(out) Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
(out) Bus 002 Device 002: ID 0781:55a3 SanDisk Corp. SanDisk 3.2Gen1
(out) Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
(out) Bus 001 Device 002: ID 2972:0047 FiiO Electronics Technology FiiO BTR5
(out) Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
(out)Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
(out)Bus 003 Device 003: ID 0c45:652f Microdia Backlit Gaming Keyboard
(out)Bus 003 Device 002: ID 046d:c084 Logitech, Inc. G203 Gaming Mouse
(out)Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
(out)Bus 002 Device 002: ID 0781:55a3 SanDisk Corp. SanDisk 3.2Gen1
(out)Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
(out)Bus 001 Device 002: ID 2972:0047 FiiO Electronics Technology FiiO BTR5
(out)Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
```
[/shuser]
@ -86,7 +86,7 @@ Now, using the ID, the USB class used can be determined
```sh
lsusb -d 0781:55a3 -v | grep bcdUSB
(out) bcdUSB 3.20
(out)bcdUSB 3.20
```
[/shuser]