git: 879f78ad1b - main - handbook/network: Fix typos

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 18:17:02 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=879f78ad1b0ca6177bb02062732c8a91d7f4b804

commit 879f78ad1b0ca6177bb02062732c8a91d7f4b804
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-12-01 17:27:20 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-02-24 18:15:14 +0000

    handbook/network: Fix typos
    
    Reviewed by:    https://github.com/chrislongros, dbaio
    Submitted by:   https://github.com/qtfkwk
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/300
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/301
---
 documentation/content/en/books/handbook/network/_index.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc
index bb9a7ab798..e6f5ca5a6b 100644
--- a/documentation/content/en/books/handbook/network/_index.adoc
+++ b/documentation/content/en/books/handbook/network/_index.adoc
@@ -619,14 +619,14 @@ To find out what wireless network cards are in the system check the section <<co
 
 [source,shell]
 ....
-# ifconfig wlan0 create wlandevice iwm0
+# ifconfig wlan0 create wlandev iwm0
 ....
 
 To make the change persist across reboots execute the following command:
 
 [source,shell]
 ....
-# sysrc wlans_iwn0="wlan0"
+# sysrc wlans_iwm0="wlan0"
 ....
 
 [NOTE]
@@ -721,7 +721,7 @@ To use a dynamic address it will be necessary to execute the following command:
 
 [source,shell]
 ....
-# ifconfig_wlan0="WPA DHCP"
+# sysrc ifconfig_wlan0="WPA DHCP"
 ....
 
 Then restart the network executing the following command: