doc: Add missing quotes in wpa_supplicant example.
Reported by Kete Foy <kete@ninthfloor.org>. * doc/guix.texi (Preparing for Installation): Add quotes in wpa_supplicant example.
This commit is contained in:
parent
a134cc8e93
commit
ae76830857
|
@ -6048,7 +6048,7 @@ passphrase for the network you are connecting to:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
network=@{
|
network=@{
|
||||||
ssid=@var{my-ssid}
|
ssid="@var{my-ssid}"
|
||||||
key_mgmt=WPA-PSK
|
key_mgmt=WPA-PSK
|
||||||
psk="the network's secret passphrase"
|
psk="the network's secret passphrase"
|
||||||
@}
|
@}
|
||||||
|
|
Loading…
Reference in New Issue