Merge lp:~clissold345/ubuntu-docs/fixes-for-977251-and-1637126 into lp:~ubuntu-core-doc/ubuntu-docs/trunk2017-07-10

Proposed by Chris Perry
Status: Merged
Merged at revision: 565
Proposed branch: lp:~clissold345/ubuntu-docs/fixes-for-977251-and-1637126
Merge into: lp:~ubuntu-core-doc/ubuntu-docs/trunk2017-07-10
Diff against target: 290 lines (+66/-40)
6 files modified
ubuntu-help/C/net-problem.page (+2/-2)
ubuntu-help/C/net-wireless-airplane.page (+12/-8)
ubuntu-help/C/net-wireless-connect.page (+1/-1)
ubuntu-help/C/net-wireless-edit-connection.page (+44/-25)
ubuntu-help/C/net-wireless-hidden.page (+6/-3)
ubuntu-help/C/net-wireless.page (+1/-1)
To merge this branch: bzr merge lp:~clissold345/ubuntu-docs/fixes-for-977251-and-1637126
Reviewer Review Type Date Requested Status
Gunnar Hjalmarsson Approve
Review via email: mp+309637@code.launchpad.net

Description of the change

I think the main thing is that net-wireless-edit-connection.html now corresponds much better to what the user sees on screen. I think I understand "Shared to other computers" and I've documented it very briefly.

I had a quick look at many of the other "wireless" pages and made some minor changes. For example, some pages were impacted by changes to the names of menu options (again "Wireless" changed to "Wi-Fi"). I also made some minor formatting changes.

One minor change worth mentioning may be that one of the "See also" links jumped into the middle of a page - it may be the only "See also" link that does that. It looked strange to me because it didn't have a summary line, so I changed it to link to the beginning of the page, and now it has a summary line.

To post a comment you must log in.
Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Looks good to me; sensible consistency improvements. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-help/C/net-problem.page'
2--- ubuntu-help/C/net-problem.page 2013-09-15 18:32:55 +0000
3+++ ubuntu-help/C/net-problem.page 2016-10-30 10:40:57 +0000
4@@ -10,7 +10,7 @@
5
6 <desc>
7 <link xref="net-wireless-troubleshooting">Troubleshooting wireless connections</link>,
8- <link xref="net-wireless-find">finding your wifi network</link>…
9+ <link xref="net-wireless-find">finding your Wi-Fi network</link>…
10 </desc>
11
12 <credit type="author">
13@@ -21,4 +21,4 @@
14
15 <title>Network problems</title>
16
17-</page>
18\ No newline at end of file
19+</page>
20
21=== modified file 'ubuntu-help/C/net-wireless-airplane.page'
22--- ubuntu-help/C/net-wireless-airplane.page 2013-09-15 18:32:55 +0000
23+++ ubuntu-help/C/net-wireless-airplane.page 2016-10-30 10:40:57 +0000
24@@ -1,7 +1,9 @@
25 <page xmlns="http://projectmallard.org/1.0/"
26 type="topic" style="task"
27 id="net-wireless-airplane">
28+
29 <info>
30+
31 <link type="guide" xref="net-wireless"/>
32 <link type="seealso" xref="bluetooth-turn-on-off"/>
33
34@@ -17,18 +19,20 @@
35 <name>Ubuntu Documentation Team</name>
36 </credit>
37
38- <desc>Click the network menu on the menu bar and uncheck Enable Wireless.</desc>
39+ <desc>Click the network menu on the menu bar and uncheck Enable Wi-Fi.</desc>
40+
41 <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
42+
43 </info>
44
45 <title>Turn off wireless (airplane mode)</title>
46
47 <p>If you have your computer on an airplane (or some other area where wireless connections are not allowed), you should switch off your wireless. You may also want to switch off your wireless for other reasons (to save battery power, for example). To do this:</p>
48
49-<p>To do this, click the <gui>network menu</gui> on the menu bar and uncheck <gui>Enable Wireless</gui>. This will turn off your wireless connection until you switch it back on again.</p>
50-
51-<p>To turn wireless back on, click the <gui>network menu</gui> on the menu bar and select <gui>Enable Wireless</gui> so that it has a checkmark in front of it.</p>
52-
53-<note style="tip"><p>Your laptop may still be broadcasting if you have not turned off <link xref="bluetooth-turn-on-off">Bluetooth</link>.</p></note>
54-
55-</page>
56\ No newline at end of file
57+<p>To do this, click the <gui>network menu</gui> on the menu bar and uncheck <gui>Enable Wi-Fi</gui>. This will turn off your wireless connection until you switch it back on again.</p>
58+
59+<p>To turn wireless back on, click the <gui>network menu</gui> on the menu bar and select <gui>Enable Wi-Fi</gui> so that it has a checkmark in front of it.</p>
60+
61+<note style="tip"><p>Your computer may still be broadcasting if you have not turned off <link xref="bluetooth-turn-on-off">Bluetooth</link>.</p></note>
62+
63+</page>
64
65=== modified file 'ubuntu-help/C/net-wireless-connect.page'
66--- ubuntu-help/C/net-wireless-connect.page 2014-01-17 22:46:35 +0000
67+++ ubuntu-help/C/net-wireless-connect.page 2016-10-30 10:40:57 +0000
68@@ -32,7 +32,7 @@
69 <p>If you have a wireless hardware switch on your computer, make sure that it is turned on.</p>
70 </item>
71 <item>
72- <p>Click the <gui>network menu</gui> in the <gui>menu bar</gui>, and click the name of the network you want to connect to.</p>
73+ <p>Click the <gui>network menu</gui> in the menu bar, and click the name of the network you want to connect to.</p>
74 <p>If the name of the network isn't in the list, select <gui>More Networks</gui> to see if the network is further down the list. If you still don't see the network, you may be out of range or the network <link xref="net-wireless-hidden">might be hidden</link>.</p>
75 </item>
76 <item><p>If the network is protected by a password (<link xref="net-wireless-wepwpa">encryption key</link>), enter the password when prompted and click <gui>Connect</gui>.</p>
77
78=== modified file 'ubuntu-help/C/net-wireless-edit-connection.page'
79--- ubuntu-help/C/net-wireless-edit-connection.page 2014-01-17 22:46:35 +0000
80+++ ubuntu-help/C/net-wireless-edit-connection.page 2016-10-30 10:40:57 +0000
81@@ -17,72 +17,85 @@
82 <email>philbull@gmail.com</email>
83 </credit>
84
85- <desc>Learn what the options on the wireless connection editing screen mean.</desc>
86+ <desc>Learn about the Wi-Fi connection settings.</desc>
87 <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
88 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"
89 xmlns:xlink="http://www.w3.org/1999/xlink"
90 xlink:type="simple" xlink:href="gnome-help.its"/>
91 </info>
92
93-<title>Edit a wireless connection</title>
94+<title>Edit a Wi-Fi connection</title>
95
96 <comment>
97 <p>This topic needs significant revision to be comprehensive. A number of settings remain undocumented.</p>
98 </comment>
99
100-<p>This topic describes all of the options that are available when you edit
101-a wireless network connection. To edit a connection, click the
102-<gui>network menu</gui> in the menu bar and select <gui>Edit Connections</gui>.</p>
103+<p>This topic describes many of the settings that are available when you edit
104+a Wi-Fi connection. To edit a Wi-Fi connection, click the
105+<gui>network menu</gui> in the menu bar and select <gui>Edit Connections</gui>,
106+then select the connection and click <gui>Edit</gui>.</p>
107
108 <note>
109 <p>Most networks will work fine if you leave these settings at their defaults, so you probably don't need to change any of them. Many of the options here are provided to give you greater control over more advanced networks.</p>
110 </note>
111
112 <section id="available">
113- <title>Available to all users / Connect automatically</title>
114+ <title>General</title>
115 <terms>
116 <item>
117- <title><gui>Connect automatically</gui></title>
118+ <title><gui>Automatically connect to this network when it is available</gui></title>
119 <p>Check this option if you would like the computer to try to connect to this wireless network whenever it is in range.</p>
120- <p>If several networks which are set to connect automatically are in range, the computer will connect to the first one shown in the <gui>Wireless</gui> tab in the <gui>Network Connections</gui> window. It won't disconnect from one available network to connect to a different one that has just come in range.</p>
121+ <p>If several networks which are set to connect automatically are in range, the computer will connect to the first one shown in the <gui>Wi-Fi</gui> tab
122+ in the <gui>Network Connections</gui> window. It won't disconnect from one available network to connect to a different one that has just come in range.</p>
123 </item>
124
125 <item>
126- <title><gui>Available to all users</gui></title>
127- <p>Check this if you would like all of the users on the computer to have access to this wireless network. If the network has a <link xref="net-wireless-wepwpa">WEP/WPA password</link> and you have checked this option, you will only need to enter the password once. All of the other users on your computer will be able to connect to the network without having to know the password themselves.</p>
128- <p>If this is checked, you need to be an <link xref="user-admin-explain">administrator</link> to change any of the settings for this network. You may be asked to enter your admin password.</p>
129+ <title><gui>All users may connect to this network</gui></title>
130+ <p>Check this option if you would like all users on the computer to have access to this wireless network.
131+If the network has a <link xref="net-wireless-wepwpa">WEP/WPA password</link> and you have checked this option, you will only need to enter the password once.
132+All of the other users on your computer will be able to connect to the network without having to know the password themselves.</p>
133+ <p>If this option is checked, you need to be an <link xref="user-admin-explain">administrator</link> to change any of the settings for this network.
134+You may be asked to enter your admin password.</p>
135 </item>
136 </terms>
137 </section>
138
139 <section id="wireless">
140- <title>Wireless</title>
141+ <title>Wi-Fi</title>
142 <terms>
143 <item>
144 <title><gui>SSID</gui></title>
145- <p>This is the name of the wireless network you are connecting to, otherwise known as the <em>Service Set Identifier</em>. Don't change this unless you have changed the name of the wireless network (for example, by changing the settings of your wireless router or base station).</p>
146+ <p>This is the name of the wireless network you are connecting to, otherwise known as the <em>Service Set Identifier</em>.
147+Don't change this unless you have changed the name of the wireless network (for example,
148+by changing the settings of your wireless router or base station).</p>
149 </item>
150
151 <item>
152 <title><gui>Mode</gui></title>
153- <p>Use this to specify whether you are connecting to an <gui>Infrastructure</gui> network (one where computers wirelessly connect to a central base station or router) or an <gui>Ad-hoc</gui> network (where there is no base station, and the computers in the network connect to one another). Most networks are infrastructure ones; you may wish to <link xref="net-wireless-adhoc">set-up your own ad-hoc network</link> though.</p>
154- <p>If you choose <gui>Ad-hoc</gui>, you will see two other options, <gui>Band</gui> and <gui>Channel</gui>. These determine which wireless frequency band the ad-hoc wireless network will operate on. Some computers are only able to work on certain bands (for example, only <gui>A</gui> or only <gui>B/G</gui>), so you might want to pick a band that all of the computers in the ad-hoc network can use. In busy places, there might be several wireless networks sharing the same channel; this might slow-down your connection, so you can change which channel you are using too.</p>
155+ <p>Use this to specify whether you are connecting to an <gui>Infrastructure</gui> network
156+(one where computers wirelessly connect to a central base station or router) or an <gui>Ad-hoc</gui> network
157+(where there is no base station, and the computers in the network connect to one another). Most networks are
158+infrastructure ones; you may wish to <link xref="net-wireless-adhoc">set-up your own ad-hoc network</link> though.</p>
159+
160+ <p>If you choose <gui>Ad-hoc</gui>, you will see two other options, <gui>Band</gui> and <gui>Channel</gui>. These determine which Wi-Fi frequency band
161+the ad-hoc network will operate on. Some computers are only able to work on certain bands (for example, only <gui>A</gui> or only <gui>B/G</gui>), so you might want to pick a band that all of the computers in the ad-hoc network can use. In busy places, there might be several wireless networks sharing the same channel;
162+this might slow-down your connection, so you can change which channel you are using too.</p>
163 </item>
164
165 <item>
166 <title><gui>BSSID</gui></title>
167- <p>This is the <em>Basic Service Set Identifier</em>. The SSID (see above) is the name of the network which humans are intended to read; the BSSID is a name which the computer understands (it's a string of letters and numbers that is supposed to be unique to the wireless network). If a <link xref="net-wireless-hidden">network is hidden</link>, it will not have an SSID but it will have a BSSID.</p>
168+ <p>This is the <em>Basic Service Set Identifier</em>. The SSID (see above) is the name of the network which humans are intended to read; the BSSID is a name which the computer understands (it's a string of letters and numbers that is supposed to be unique to the network). If a <link xref="net-wireless-hidden">network is hidden</link>, it will not have an SSID but it will have a BSSID.</p>
169 </item>
170
171 <item>
172- <title><gui>Device MAC address</gui></title>
173+ <title><gui>Device</gui></title>
174 <p>A <link xref="net-macaddress">MAC address</link> is a code which identifies a piece of network hardware (for example, a wireless card, an Ethernet network card or a router). Every device that you can connect to a network has a unique MAC address which was given to it in the factory.</p>
175 <p>This option can be used to change the MAC address of your network card.</p>
176 </item>
177
178 <item>
179 <title><gui>Cloned MAC address</gui></title>
180- <p>Your network hardware (wireless card) can pretend to have a different MAC address. This is useful if you have a device or service which will only communicate with a certain MAC address (for example, a cable broadband modem). If you put that MAC address into the <gui>cloned MAC address</gui> box, the device/service will think that your computer has the cloned MAC address rather than its real one.</p>
181+ <p>Your network hardware (in this case a wireless card) can pretend to have a different MAC address. This is useful if you have a device or service which will only communicate with a certain MAC address (for example, a cable broadband modem). If you put that MAC address into the <gui>cloned MAC address</gui> box, the device/service will think that your computer has the cloned MAC address rather than its real one.</p>
182 </item>
183
184 <item>
185@@ -94,12 +107,12 @@
186 </section>
187
188 <section id="security">
189- <title>Wireless Security</title>
190+ <title>Wi-Fi Security</title>
191 <terms>
192 <item>
193 <title><gui>Security</gui></title>
194- <p>This defines what sort of <em>encryption</em> your wireless network uses. Encrypted connections help protect your wireless connection from being intercepted, so other people can't "listen in" and see what websites you're visiting and so on.</p>
195- <p>Some types of encryption are stronger than others, but may not be supported by older wireless networking equipment. You'll normally need to type a password for the connection; more sophisticated types of security may also require a username and a digital "certificate". See <link xref="net-wireless-wepwpa" /> for more information on popular types of wireless encryption.</p>
196+ <p>This defines what sort of <em>encryption</em> your wireless network uses. Encrypted connections help protect your Wi-Fi connection from being intercepted, so other people can't "listen in" and see what websites you're visiting and so on.</p>
197+ <p>Some types of encryption are stronger than others, but may not be supported by older wireless networking equipment. You'll normally need to type a password for the connection; more sophisticated types of security may also require a username and a digital "certificate". See <link xref="net-wireless-wepwpa" /> for more information on popular types of Wi-Fi encryption.</p>
198 </item>
199 </terms>
200 </section>
201@@ -124,12 +137,12 @@
202
203 <item>
204 <title><gui>Automatic (DHCP) addresses only</gui></title>
205- <p>If you choose this setting, your computer will get its IP address from a DHCP server, but you will have to manually define other details (like which DNS server to use).</p>
206+ <p>If you choose this method, your computer will get its IP address from a DHCP server, but you will have to manually define other details (like which DNS server to use).</p>
207 </item>
208
209 <item>
210 <title><gui>Manual</gui></title>
211- <p>Choose this option if you would like to define all of the network settings yourself, including which IP address the computer should use.</p>
212+ <p>Choose this method if you would like to define all of the network settings yourself, including which IP address the computer should use.</p>
213 </item>
214
215 <item>
216@@ -138,8 +151,14 @@
217 </item>
218
219 <item>
220+ <title><gui>Shared to other computers</gui></title>
221+ <p>This method will allow other computers to use the connection.</p>
222+ </item>
223+
224+
225+ <item>
226 <title><gui>Disabled</gui></title>
227- <p>This option will disable the network connection and prevent you from connecting to it. Note that <gui>IPv4</gui> and <gui>IPv6</gui> are treated as separate connections even though they are for the same network card. If you have one enabled, you may wish to set the other to disabled.</p>
228+ <p>This method will disable the network connection and prevent your computer from using it. Note that <gui>IPv4</gui> and <gui>IPv6</gui> are treated as separate connections even though they are for the same network card. If you have one enabled, you may wish to set the other to disabled.</p>
229 </item>
230
231 </terms>
232@@ -151,7 +170,7 @@
233 <cite>shaunm</cite>
234 <p>The list of methods is a bit different</p>
235 </comment>
236- <p>This is similar to the <gui>IPv4</gui> tab except it deals with the newer IPv6 standard. Very modern networks use IPv6, but IPv4 is still more popular at the moment.</p>
237+ <p>This is similar to the <gui>IPv4 Settings</gui> tab except it deals with the newer IPv6 standard. Very modern networks use IPv6, but IPv4 is still more popular at the moment.</p>
238 </section>
239
240 </page>
241
242=== modified file 'ubuntu-help/C/net-wireless-hidden.page'
243--- ubuntu-help/C/net-wireless-hidden.page 2014-01-17 22:46:35 +0000
244+++ ubuntu-help/C/net-wireless-hidden.page 2016-10-30 10:40:57 +0000
245@@ -1,9 +1,10 @@
246 <page xmlns="http://projectmallard.org/1.0/"
247 type="topic" style="task"
248 id="net-wireless-hidden">
249+
250 <info>
251 <link type="guide" xref="net-wireless"/>
252- <link type="seealso" xref="net-wireless-edit-connection#wireless"/>
253+ <link type="seealso" xref="net-wireless-edit-connection"/>
254
255 <revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
256 <revision version="13.10" date="2013-09-15" status="review"/>
257@@ -17,8 +18,10 @@
258 <name>Ubuntu Documentation Team</name>
259 </credit>
260
261- <desc>Click the <gui>network menu</gui> on the menu bar and select <gui>Connect to Hidden Wireless Network</gui>.</desc>
262+ <desc>Click the network menu on the menu bar and select Connect to Hidden Wi-Fi Network.</desc>
263+
264 <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
265+
266 </info>
267
268 <title>Connect to a hidden wireless network</title>
269@@ -27,7 +30,7 @@
270
271 <steps>
272 <item>
273- <p>Click the <gui>network menu</gui> on the menu bar and select <gui>Connect to Hidden Wireless Network</gui>.</p>
274+ <p>Click the <gui>network menu</gui> on the menu bar and select <gui>Connect to Hidden Wi-Fi Network</gui>.</p>
275 </item>
276 <item>
277 <p>In the window that appears, type the network name, choose the type of wireless security, and click <gui>Connect</gui>.</p>
278
279=== modified file 'ubuntu-help/C/net-wireless.page'
280--- ubuntu-help/C/net-wireless.page 2014-01-17 22:46:35 +0000
281+++ ubuntu-help/C/net-wireless.page 2016-10-30 10:40:57 +0000
282@@ -11,7 +11,7 @@
283 <link type="seealso" xref="net-problem"/>
284
285 <desc>
286- <link xref="net-wireless-connect">Connect to wifi</link>,
287+ <link xref="net-wireless-connect">Connect to Wi-Fi</link>,
288 <link xref="net-wireless-hidden">Hidden networks</link>,
289 <link xref="net-wireless-edit-connection">Edit connection settings</link>,
290 <link xref="net-wireless-disconnecting">Disconnecting</link>…

Subscribers

People subscribed via source and target branches