diff options
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> |