Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit e04afc3

Browse files
committed
lint
1 parent 7d492a9 commit e04afc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/docs/troubleshooting/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Troubleshooting
88
logging
99
camera-troubleshooting
1010
networking-troubleshooting
11-
unix-commands
11+
unix-commands

source/docs/troubleshooting/unix-commands.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SCP
2828
Example:
2929

3030
.. code-block:: bash
31-
31+
3232
scp [file] username@hostname:/path/to/destination
3333
3434
v4l2-ctl
@@ -39,11 +39,11 @@ v4l2-ctl
3939
List available video devices (used to verify the device recognized a connected camera):
4040

4141
.. code-block:: bash
42-
42+
4343
v4l2-ctl --list-devices
4444
4545
List supported formats and resolutions for a specific video device:
4646

4747
.. code-block:: bash
48-
48+
4949
v4l2-ctl --list-formats-ext --device /path/to/video_device

0 commit comments

Comments
 (0)