[hipl-commit] [trunk] Rev 4521: doc: cosmetics: Fix indentation of the VNC section.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 16 May 2010 14:20:23 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/05/2010 at 14:20:23
Revision: 4521
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  doc: cosmetics: Fix indentation of the VNC section.

Modified:
  M  doc/HOWTO.xml

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-05-16 11:18:16 +0000
+++ doc/HOWTO.xml       2010-05-16 11:20:05 +0000
@@ -2156,60 +2156,60 @@
   </para>
   </section>
   <section id="sec_vnc">
-  <title>VNC applications</title>
-  <para>
-    Vino-server/Vinagre-client and tightVNCserver/xtightVNCviewer
-    applications work just fine with the LSI support of HIPL. LSIs are
-    used because tested applications did not support IPv6. It seems
-    that most of the VNC applications do not support IPv6.
-  </para>
-  <section id="sec_vino_vinagre">
-  <title>
-    vino / vinagre
-  </title>
-  <para>
-  Setup LSIs as the manual instructs and remember the daemons and so
-  on. Then do the following.
-  </para>
-  <para>
-    For server side (Remember Ubuntu was used when testing). Open the
-    settings GUI from Gnome System->Preferences->Remote Desktop then
-    allow other users to view and or control the desktop. You can
-    also set a password for the desktop.
-  </para>
-  <para>
-    For the client side do the following and everything should work.
-  </para>
-  <programlisting>
-    vinagre &lt;LSI-of-Server&gt;
-  </programlisting>
-  </section>
-  <section id="sec_tightvncserver_xtightvncviewer">
-  <title>
-    tightvncserver / xtightvncviewer
-  </title>
-  <para>
-  Setup LSIs as the manual instructs and remember the daemons and so
-  on. Then do the following.
-  </para>
-  <para>
-    For the server side install package tightvncsercer. To start the
-    server just write tightvncserver on the terminal and the server
-    will start with default options. Refer to the official
-    documentation or the man pages of tightvnc for more information on
-    the configuration.
-  </para>
-  <para>
-    On the client side install package xtightvncviewer. Then with the
-    following command you should have an successfull connection.
-  </para>
-  <programlisting>
-    xtightvncviewer &lt;LSI-of-server&gt;:1
-  </programlisting>
-  <para>
-  Longer how-to can be found from <ulink 
url="http://www.cs.helsinki.fi/u/sklvarjo/vnc.htm"; />
-  </para>
-  </section>
+    <title>VNC applications</title>
+    <para>
+      Vino-server/Vinagre-client and tightVNCserver/xtightVNCviewer
+      applications work just fine with the LSI support of HIPL. LSIs are
+      used because tested applications did not support IPv6. It seems
+      that most of the VNC applications do not support IPv6.
+    </para>
+    <section id="sec_vino_vinagre">
+      <title>
+        vino / vinagre
+      </title>
+      <para>
+        Setup LSIs as the manual instructs and remember the daemons and so
+        on. Then do the following.
+      </para>
+      <para>
+        For server side (Remember Ubuntu was used when testing). Open the
+        settings GUI from Gnome System->Preferences->Remote Desktop then
+        allow other users to view and or control the desktop. You can
+        also set a password for the desktop.
+      </para>
+      <para>
+        For the client side do the following and everything should work.
+      </para>
+      <programlisting>
+        vinagre &lt;LSI-of-Server&gt;
+      </programlisting>
+    </section>
+    <section id="sec_tightvncserver_xtightvncviewer">
+      <title>
+        tightvncserver / xtightvncviewer
+      </title>
+      <para>
+        Setup LSIs as the manual instructs and remember the daemons and so
+        on. Then do the following.
+      </para>
+      <para>
+        For the server side install package tightvncsercer. To start the
+        server just write tightvncserver on the terminal and the server
+        will start with default options. Refer to the official
+        documentation or the man pages of tightvnc for more information on
+        the configuration.
+      </para>
+      <para>
+        On the client side install package xtightvncviewer. Then with the
+        following command you should have an successfull connection.
+      </para>
+      <programlisting>
+        xtightvncviewer &lt;LSI-of-server&gt;:1
+      </programlisting>
+      <para>
+        Longer how-to can be found from <ulink 
url="http://www.cs.helsinki.fi/u/sklvarjo/vnc.htm"; />
+      </para>
+    </section>
   </section>
   <section id="sec_openldap">
   <title>OpenLDAP</title>

Other related posts:

  • » [hipl-commit] [trunk] Rev 4521: doc: cosmetics: Fix indentation of the VNC section. - Diego Biurrun