Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2023 13:39:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 54717aa8e6 - main - handbook: correct ifconfig ssid example
Message-ID:  <202308041339.374DdY3e037036@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308041339.374DdY3e037036>