From 61e6f703f050f6c5c5d45ff2656697025e31dfbc Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sat, 5 Mar 2022 10:56:42 -0800 Subject: [PATCH] Update wifi.md (#666) Fixed the example...hopefully --- docs/wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wifi.md b/docs/wifi.md index ea343e0b..bbaa3bde 100644 --- a/docs/wifi.md +++ b/docs/wifi.md @@ -71,7 +71,7 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a * `iwspy` - Displays per node link quality. * `iwpriv` - Allow's you to manipulate the Wireless Extensions specific to a driver (private). -!!! example "Some examples" +??? example "Some examples" ``` # iw dev wlan0 scan | egrep "signal:|SSID:" | sed -e "s/\tsignal: //" -e "s/\tSSID: //" | awk '{ORS = (NR % 2 == 0)? "\n" : " "; print}' | sort ```