diff options
Diffstat (limited to 'docs/examples/wireless-wpa')
-rw-r--r-- | docs/examples/wireless-wpa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/wireless-wpa b/docs/examples/wireless-wpa index 5b8f4ba..bb9fe36 100644 --- a/docs/examples/wireless-wpa +++ b/docs/examples/wireless-wpa @@ -7,7 +7,8 @@ IP=dhcp ESSID='MyNetwork' # Prepend hexadecimal keys with \" -# If your key starts with ", write it as '"""<key>"' +# If your key starts with ", write it as '""<key>"' +# See also: the section on special quoting rules in netctl.profile(5) Key='WirelessKey' # Uncomment this if your ssid is hidden #Hidden=yes |