[hipl-commit] [trunk] Rev 4519: doc: Fix syntax and placement of '<' and '>'.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 16 May 2010 13:38:45 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/05/2010 at 13:38:45
Revision: 4519
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  doc: Fix syntax and placement of '<' and '>'.

Modified:
  M  doc/HOWTO.xml

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-05-16 10:35:31 +0000
+++ doc/HOWTO.xml       2010-05-16 10:38:14 +0000
@@ -1700,7 +1700,7 @@
         nc6 oops 1111
       </para></listitem>
       <listitem><para>
-        ;&lt;Type some text in crash, press enter and you
+        &lt;Type some text in crash, press enter and you
         should see some text appearing in the output of the hosts&gt;
       </para></listitem>
     </itemizedlist>
@@ -1753,8 +1753,8 @@
             </para>
               <itemizedlist>
                 <listitem><para>nc OOPS_LSI -u 5555</para></listitem>
-                <listitem><para>;&lt;Type some text, press enter and you 
should see some text
-                appearing in the output of the host oops</para></listitem>
+                <listitem><para>&lt;Type some text, press enter and you should 
see some text
+                appearing in the output of the host oops&gt;</para></listitem>
               </itemizedlist>
 
             <para>
@@ -1771,8 +1771,8 @@
             </para>
               <itemizedlist>
                 <listitem><para>nc6 OOPS_HIT -u 5555</para></listitem>
-                <listitem><para>;&lt;Type some text, press enter and you 
should see some text
-                appearing in the output of the host oops</para></listitem>
+                <listitem><para>&lt;Type some text, press enter and you should 
see some text
+                appearing in the output of the host oops&gt;</para></listitem>
               </itemizedlist>
 
             <formalpara><title>Tips: Displaying log information and 
traffic</title><para></para></formalpara>

Other related posts:

  • » [hipl-commit] [trunk] Rev 4519: doc: Fix syntax and placement of '<' and '>'. - Diego Biurrun