From 730157d12fd24000a649868518d540b47eb864d2 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sat, 2 Mar 2013 16:51:22 +0100 Subject: Fix special quoting in examples --- docs/examples/wireless-wep | 2 +- docs/examples/wireless-wpa | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/examples/wireless-wep b/docs/examples/wireless-wep index e881e25..afbd3e3 100644 --- a/docs/examples/wireless-wep +++ b/docs/examples/wireless-wep @@ -3,7 +3,7 @@ Interface=wlan0 Connection=wireless Security=wep ESSID='MyNetwork' -# Prepend hexadecimal keys with \" +# Prepend \" to hexadecimal keys Key=\"1234567890abcdef IP=dhcp # Uncomment this if your ssid is hidden 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 '""""' +# If your key starts with ", write it as '"""' +# See also: the section on special quoting rules in netctl.profile(5) Key='WirelessKey' # Uncomment this if your ssid is hidden #Hidden=yes -- cgit v1.2.3-24-g4f1b