git: 54717aa8e6 - main - handbook: correct ifconfig ssid example

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 04 Aug 2023 13:39:34 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=54717aa8e64b06539fce6437139dc90223f4a909

commit 54717aa8e64b06539fce6437139dc90223f4a909
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-08-04 13:37:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-08-04 13:38:58 +0000

    handbook: correct ifconfig ssid example
    
    The example requires the literal parameter string "ssid" followed by the
    desired SSID.
    
    PR:             272923
    Sponsored by:   The FreeBSD Foundation
---
 documentation/content/en/books/handbook/network/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: