[kde-doc-english] [skrooge] doc: Minor fixes

Yuri Chornoivan yurchor at ukr.net
Wed Apr 1 14:46:49 UTC 2015


Git commit b2f188ceeeae6fad7061f0f263924650888faa26 by Yuri Chornoivan.
Committed on 01/04/2015 at 14:46.
Pushed by yurchor into branch 'master'.

Minor fixes

M  +6    -5    doc/index.docbook

http://commits.kde.org/skrooge/b2f188ceeeae6fad7061f0f263924650888faa26

diff --git a/doc/index.docbook b/doc/index.docbook
index 0c57c98..20d3c88 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -578,8 +578,9 @@
 	  </para>
 	  <tip>
 	  <para>
-	    The filtering string follows these rules:, 
-	    <itemizedlist>	    
+	    The filtering string follows these rules:
+	  </para>
+	    <itemizedlist>
 		<listitem><para>Searching is case-insensitive. So table, Table, and TABLE are all the same.</para></listitem>
 		<listitem><para>If you just put a word or series of words in the search box, the application will filter the table to keep all lines having these words (logical operator AND).</para></listitem>
 		<listitem><para>If you want to add (logical operator OR) some line, you must prefix your word by "+".</para></listitem>
@@ -588,8 +589,9 @@
 		<listitem><para>If you want to use the character ":" in value, you must specify the column name like this: col1:value:rest.</para></listitem>
 		<listitem><para>If you want to search for a phrase or something that contains spaces, you must put it in quotes, like: "yes, this is a phrase".</para></listitem>
 	    </itemizedlist>
-	    
+	  <para>
 	    Some examples are better to explain:
+	  </para>
 	    <itemizedlist>
 	      <listitem><para>+val1 +val2 => Keep lines containing val1 OR val2</para></listitem>
 	      <listitem><para>+val1 -val2 => Keep lines containing val1 but NOT val2</para></listitem>
@@ -597,9 +599,8 @@
 	      <listitem><para>abc:def => Keep lines having a column name starting by abc and containing def</para></listitem>
 	      <listitem><para>:abc:def => Keep lines containing "abc:def"</para></listitem>
 	    </itemizedlist>
-	  </para>
 	</tip>
-	</sect3>	
+	</sect3>
       </sect2>
       
       <sect2 id="save_customized_content">


More information about the kde-doc-english mailing list