commit 9244654ffd659c8497060391ae2af31700461333
parent d39d87607186e35cc48b3d23eb51b2a686b29a45
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 15 Nov 2022 16:42:19 +0100
fix typo
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pages/015-au-eduroam.html b/pages/015-au-eduroam.html
@@ -6,7 +6,7 @@ In this post, I will explain how users of BSD or Linux can set up eduroam connec
<p>First, install <a href="https://w1.fi/wpa_supplicant/">wpa_supplicant</a>, which is the only prerequisite.
Your system might already have it installed for authenticating with ordinary Wi-Fi networks.
WPA supplicant supports many different authentication methods, and the configuration must be correct for the connection to succeed.
-On Gentoo Linux, install and enable the wpa_supplicant daemon with:
+On OpenBSD, install and enable the wpa_supplicant daemon with:
</p>
<pre><code># pkg_add wpa_supplicant
diff --git a/pages/015-au-eduroam.txt b/pages/015-au-eduroam.txt
@@ -11,9 +11,8 @@ connectivity manually.
First, install wpa_supplicant, which is the only prerequisite. Your
system might already have it installed for authenticating with ordinary
Wi-Fi networks. WPA supplicant supports many different authentication
-methods, and the configuration must be correct for the connection
-to succeed. On Gentoo Linux, install and enable the wpa_supplicant
-daemon with:
+methods, and the configuration must be correct for the connection to
+succeed. On OpenBSD, install and enable the wpa_supplicant daemon with:
# pkg_add wpa_supplicant
# rcctl enable wpa_supplicant</pre></code>