[gnome-terminal/wip/mallard-merge: 146/278] help: modified txt-search.page



commit 47fce59f0d3ced14fe7a600705787f4072e0ab9d
Author: Sindhu S <sindhus live in>
Date:   Mon Feb 18 02:42:57 2013 +0530

    help: modified txt-search.page
    
    Added explanation for the 'Match as regular expression' and
    'Wrap around' options.
    Reworded other options.

 help/C/txt-search.page |   39 ++++++++++++++++++++-------------------
 1 files changed, 20 insertions(+), 19 deletions(-)
---
diff --git a/help/C/txt-search.page b/help/C/txt-search.page
index a7147b8..446c635 100644
--- a/help/C/txt-search.page
+++ b/help/C/txt-search.page
@@ -16,7 +16,6 @@
     </credit>
 
     <link type="guide" xref="index#textoutput"/>
-    <link type="seealso" xref="pref-scrolling"/>
 
     <desc>Search the <app>Terminal</app> output.</desc>
 
@@ -28,12 +27,12 @@
 
   <steps>
     <item>
-      <p>Select <guiseq><gui style="menu">Search</gui>
-      <gui style="menuitem">Find</gui></guiseq>.</p>
+      <p>Select <guiseq><gui style="menu">Search</gui> <gui
+      style="menuitem">Find</gui></guiseq>.</p>
     </item>
     <item>
-      <p>Type in the search keyword and press <gui style="button">Find</gui>.
-      To cancel, press <gui style="button">Close</gui>.</p>
+      <p>Type in the search keyword and press <gui style="button">Find</gui>. To
+      cancel, press <gui style="button">Close</gui>.</p>
     </item>
   </steps>
 
@@ -42,39 +41,41 @@
   <terms>
     <item>
       <title><gui style="checkbox">Match case</gui></title>
-      <p>Select this option to restrict results to only those that match the
-      case of your given keyword, that is, your search is set to be case
-      sensitive.</p>
+      <p>Restrict results to only those that match the case of your given
+      keyword for search, that is, the search is set to be case sensitive.</p>
     </item>
     <item>
       <title><gui style="checkbox">Match entire word only</gui></title>
-      <p><app>Terminal</app> will look for the entire search keyword and will
-      ignore results that partially match your given search. For example, you
-      may have searched for "rhythmbox", <app>Terminal</app> will show only
+      <p><app>Terminal</app> will look for the entire keyword and will ignore
+      results that partially match your given search keyword. For example, if
+      you have searched for "rhythmbox", <app>Terminal</app> will show only
       results that match this keyword exactly and omit results such as
       "rhythmbox-client".</p>
     </item>
     <item>
       <title><gui style="checkbox">Match as regular expression</gui></title>
-      <p><!--TODO: write the behvaiour --></p>
+      <p>You can use regex strings in your search keywords. <app>Terminal</app>
+      will search accordingly.</p>
     </item>
     <item>
       <title><gui style="checkbox">Search backwards</gui></title>
-      <p>If this option is selected, <app>Terminal</app> searches for the
-      keyword from the latest <app>Terminal</app> output and upwards. This
-      option is advised when you are looking for the keyword that could have
-      occured recently.</p>
+      <p><app>Terminal</app> will search for the keyword from the latest
+      <app>Terminal</app> output and continue the search upwards. This option is
+      advised when you are looking for the keyword that could have occured
+      recently, thus enabling you to find the keyword quickly.</p>
     </item>
     <item>
       <title><gui style="checkbox">Wrap around</gui></title>
-      <p><!--TODO: Explain this option --></p>
+      <p><app>Terminal</app> searches from the current location of your
+      <app>Terminal</app> up to the end of available terminal output and then
+      restarts search from the top.</p>
     </item>
   </terms>
 
   <note style="tip">
     <p>If you expect to work with a lot of <app>Terminal</app> output, you
-    should set <gui>scrollback lines</gui> to unlimited to allow
-    <app>Terminal</app> to search more efficiently.</p>
+    should set <link xref="pref-scrolling"><gui>scrollback lines</gui></link> to
+    unlimited to allow <app>Terminal</app> to search more efficiently.</p>
   </note>
 
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]