From eb9f0dcee1cd45d57651983480c03912d36b3153 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Wed, 8 Mar 2023 00:45:07 -0500 Subject: [PATCH] minor connect-wifi clean-up --- boards/beagleplay/demos-and-tutorials/connect-wifi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst index 9d044ced..086b82fb 100644 --- a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst +++ b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst @@ -185,10 +185,10 @@ Swap out "mywifi" and "mypassword" with your network SSID and password, respecti .. important:: The single quotes around the double quotes are needed to make sure the - double quotes are given to `wpa_cli`. It expects to see them. + double quotes are given to ``wpa_cli``. It expects to see them. .. note:: - For more information about `wpa_cli`, see https://w1.fi/wpa_supplicant/ + For more information about ``wpa_cli``, see https://w1.fi/wpa_supplicant/ To make these changes persistent, you need to edit `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf`. This is described in :ref:`beagleplay-wifi-wpa-cli-xfce`_. @@ -198,7 +198,7 @@ in :ref:`beagleplay-wifi-wpa-cli-xfce`_. wpa_cli (XFCE) ************** -Another way of connecting to a WiFi access point is to use ``wpa_cli`` tool. +Another way of connecting to a WiFi access point is to edit the ``wpa_supplicant`` configuration file. Step 1: Open up terminal -- GitLab