Skip to content

Commit a6aa4e9

Browse files
bors[bot]faizytech
andauthored
Merge #207
207: Typo Mistake Correction r=adamgreig a=faizytech changed "rkfill" to "rfkill" Co-authored-by: faizytech <[email protected]>
2 parents d32f9de + 23c6107 commit a6aa4e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/12-bluetooth-setup/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ $ sudo /etc/init.d/bluetooth start
4545
You may also need to unblock your Bluetooth, depending on what `rfkill list` says:
4646

4747
``` console
48-
$ rkfill list
48+
$ rfkill list
4949
9: hci0: Bluetooth
5050
Soft blocked: yes # <--
5151
Hard blocked: no
5252

5353
$ sudo rfkill unblock bluetooth
5454

55-
$ rkfill list
55+
$ rfkill list
5656
9: hci0: Bluetooth
5757
Soft blocked: no # <--
5858
Hard blocked: no

0 commit comments

Comments
 (0)