diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-08 14:45:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-08 19:07:58 +0200 |
commit | ae768308575051050f71dabdb15d0b71223f1c2a (patch) | |
tree | 5d1f9b85ceac64f0b7673fcfae4ea93870863a68 /doc | |
parent | a134cc8e93428bf6f309de54e5c944705d30418f (diff) | |
download | guix-ae768308575051050f71dabdb15d0b71223f1c2a.tar guix-ae768308575051050f71dabdb15d0b71223f1c2a.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b9bf986640..9b36468557 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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" @} |