diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-02 10:27:46 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-02 10:27:46 -0500 |
commit | 0d07d65a8ee47c2c9900074736ec808194cc52cf (patch) | |
tree | 17dc7ff2191378d4f1c516ad91b65abe5dcf32f6 /devel/requirements | |
parent | 46695c0f42711809213c8387efa56bf06bc8c8f9 (diff) | |
download | horizon-0d07d65a8ee47c2c9900074736ec808194cc52cf.tar.gz horizon-0d07d65a8ee47c2c9900074736ec808194cc52cf.tar.bz2 horizon-0d07d65a8ee47c2c9900074736ec808194cc52cf.tar.xz horizon-0d07d65a8ee47c2c9900074736ec808194cc52cf.zip |
req: Script.Key.netssid: more
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/3_functional.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index c639bc2..36e7f1a 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -327,7 +327,7 @@ </formalpara> <formalpara id="Script.Key.netssid"> <title>Script.Key.netssid</title> - <para><varname>netssid</varname> — Wireless networking information, in the format: <literal>(iface) "(SSID)" {none|wep|wpa} [(passphrase)]</literal> For example, <literal>netssid wlan0 "The New Fox 5G" wpa2 "shh sekrit"</literal>. System behaviour is undefined if SSID or passphrase contain an ASCII double-quote character.</para> + <para><varname>netssid</varname> — Wireless networking information, in the format: <literal>(iface) "(SSID)" {none|wep|wpa} [(passphrase)]</literal> For example, <literal>netssid wlan0 "The New Fox 5G" wpa "shh sekrit"</literal>. The passphrase may be passed a literal string surrounded by ASCII double-quotes, or a hex string. System behaviour is undefined if the SSID or literal passphrase contain an ASCII double-quote character.</para> </formalpara> </section> </section> |