tfix typo - adamsgaard.dk - my academic webpage
 (HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9244654ffd659c8497060391ae2af31700461333
 (DIR) parent d39d87607186e35cc48b3d23eb51b2a686b29a45
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 15 Nov 2022 16:42:19 +0100
       
       fix typo
       
       Diffstat:
         M pages/015-au-eduroam.html           |       2 +-
         M pages/015-au-eduroam.txt            |       5 ++---
       
       2 files changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/pages/015-au-eduroam.html b/pages/015-au-eduroam.html
       t@@ -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
 (DIR) diff --git a/pages/015-au-eduroam.txt b/pages/015-au-eduroam.txt
       t@@ -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>