From 1a8ef43d10ac040830bb95da97036bba685ba14b Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 12 Jul 2023 20:03:56 +0200 Subject: [PATCH] Remove space before output --- pages/04.other/useful-commands/default.en.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/04.other/useful-commands/default.en.md b/pages/04.other/useful-commands/default.en.md index 0b268ee..26365b7 100644 --- a/pages/04.other/useful-commands/default.en.md +++ b/pages/04.other/useful-commands/default.en.md @@ -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]