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.
master
Ludovic Courtès 2016-06-08 14:45:30 +02:00
parent a134cc8e93
commit ae76830857
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -6048,7 +6048,7 @@ passphrase for the network you are connecting to:
@example
network=@{
ssid=@var{my-ssid}
ssid="@var{my-ssid}"
key_mgmt=WPA-PSK
psk="the network's secret passphrase"
@}