summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-05 09:36:15 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-05 09:36:15 -0500
commit1dcbc0546cb89e9e0a0fb0ff6343bbe7172c24e2 (patch)
tree6f392ae8c7f8990e6ed26d4592dc98f9e7741481 /devel
parentaae3f5877f339d9e4d53a4ad9205a8ad086fe14c (diff)
downloadhorizon-1dcbc0546cb89e9e0a0fb0ff6343bbe7172c24e2.tar.gz
horizon-1dcbc0546cb89e9e0a0fb0ff6343bbe7172c24e2.tar.bz2
horizon-1dcbc0546cb89e9e0a0fb0ff6343bbe7172c24e2.tar.xz
horizon-1dcbc0546cb89e9e0a0fb0ff6343bbe7172c24e2.zip
script: keys: netssid: 'and' -> 'with'
Diffstat (limited to 'devel')
-rw-r--r--devel/script/2_keys.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index 221180f..9c89c85 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -289,16 +289,16 @@ nameserver 2620:fe::fe
<example>
<title>The <literal>netssid</literal> Key &mdash; Open Network</title>
<programlisting>
-netssid wlan0 "Insecure Net" none
+netssid wlan0 "h" none
</programlisting>
- <para>This configures the target computer to connect to the access point with name <literal>Insecure Net</literal>, with no security.</para>
+ <para>This configures the target computer to connect to the access point with name <literal>h</literal>, with no security.</para>
</example>
<example>
<title>The <literal>netssid</literal> Key &mdash; WEP Network</title>
<programlisting>
netssid wlan0 "Hophop" wep omgitsarabbit
</programlisting>
- <para>This configures the target computer to connect to the access point with name <literal>Hophop</literal>, and the WEP passphrase <literal>omgitsarabbit</literal>.</para>
+ <para>This configures the target computer to connect to the access point with name <literal>Hophop</literal>, with the WEP passphrase <literal>omgitsarabbit</literal>.</para>
</example>
<example>
<title>The <literal>netssid</literal> Key &mdash; WPA2 Network</title>