diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-08-04 13:37:12 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-08-04 13:38:58 +0000 |
commit | 54717aa8e64b06539fce6437139dc90223f4a909 (patch) | |
tree | 9cac3006b56dc8f70f5b47c3f67ecc34e3c3155c /documentation/content/en | |
parent | c3c7031fe3f4c38827142b0c1d53d665cfa048c7 (diff) | |
download | doc-54717aa8e64b06539fce6437139dc90223f4a909.tar.gz doc-54717aa8e64b06539fce6437139dc90223f4a909.zip |
Diffstat (limited to 'documentation/content/en')
-rw-r--r-- | documentation/content/en/books/handbook/network/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc index 3ca74746e5..33e71c7742 100644 --- a/documentation/content/en/books/handbook/network/_index.adoc +++ b/documentation/content/en/books/handbook/network/_index.adoc @@ -748,7 +748,7 @@ Once the wireless network scan is done and the SSID of the wireless network is s [source,shell] .... -# ifconfig wlan0 SSID +# ifconfig wlan0 ssid SSID .... And then execute man:dhclient[8] to get the address configured: |