Skip to content

Commit

Permalink
handbook/network: Fix typos
Browse files Browse the repository at this point in the history
Reviewed by:	https://github.com/chrislongros, dbaio
Submitted by:	https://github.com/qtfkwk
Pull Request:	#300
Pull Request:	#301
  • Loading branch information
dbaio committed Feb 24, 2024
1 parent e67dfa9 commit 879f78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/content/en/books/handbook/network/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 879f78a

Please sign in to comment.