Skip to content

Commit f5c719d

Browse files
committed
Handle “if no ports are found case”
1 parent 08d2146 commit f5c719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Software Support/Upload/Fix-port-access-on-Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Another cause of errors are other processes that are using the port.
102102
lsof <port name>
103103
```
104104

105-
The output may look something like this:
105+
If there is a process using the port, the output may look like this:
106106

107107
```
108108
username@computer:~$ lsof /dev/ttyACM0

0 commit comments

Comments
 (0)