~ubuntu-branches/ubuntu/wily/xubuntu-docs/wily-proposed

« back to all changes in this revision

Viewing changes to desktop-guide/internet/C/disconnecting.xml

  • Committer: Package Import Robot
  • Author(s): Matthew East, Matthew East, Jeremy Bicha
  • Date: 2012-09-19 20:38:04 UTC
  • Revision ID: package-import@ubuntu.com-20120919203804-1t50gcb1xi8xbyzo
Tags: 12.10.1
[ Matthew East ]
* Complete rewrite of desktop-guide by Pasi Lallinaho
* Change to folder structure of desktop-guide to allow translations

[ Jeremy Bicha ]
* debian/control:
  - Bump Standards-Version to 3.9.3 and debhelper to 8
  - Don't build-depend on ubuntu-docs
* debian/preinst: Dropped, not needed after 12.04 LTS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE section PUBLIC "-//OASIS//DTD Docbook XML V.4.3//EN"
3
 
          "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4
 
          <!ENTITY % globalent SYSTEM "../../libs/global.ent">
5
 
          %globalent;
6
 
          <!ENTITY % xubuntu-ent SYSTEM "../../libs/xubuntu.ent">
7
 
      %xubuntu-ent;
8
 
          <!ENTITY % xinclude SYSTEM "../../libs/xinclude.mod">
9
 
          %xinclude;
10
 
          <!ENTITY language "en">
11
 
          <!ENTITY ubuntu '<phrase>Xubuntu</phrase>'>
12
 
          ]>
13
 
<section id="disconnecting" status="review">
14
 
        <title>Disconnecting</title>
15
 
        <para>NetworkManager is used to disconnect connections.</para>
16
 
        
17
 
        <section id="disconnecting-networking" status="review">
18
 
                <title>Networking</title>
19
 
                <orderedlist>
20
 
                        <listitem><para>Right-click the <guilabel>NetworkManager</guilabel> icon in the notification area.</para></listitem>
21
 
                        <listitem><para>Deselect <guilabel>Enable Networking</guilabel>.</para></listitem>
22
 
                </orderedlist>
23
 
        </section>
24
 
        
25
 
        <section id="disconnecting-wireless" status="review">
26
 
                <title>Wireless</title>
27
 
                <orderedlist>
28
 
                        <listitem><para>Right-click the <guilabel>NetworkManager</guilabel> icon in the notification area.</para></listitem>
29
 
                        <listitem><para>Deselect <guilabel>Enable Wireless</guilabel>.</para></listitem>
30
 
                </orderedlist>
31
 
        </section>
32
 
</section>