~ruther/guix-local

ae768308575051050f71dabdb15d0b71223f1c2a — Ludovic Courtès 9 years ago a134cc8
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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"
@}