[gnome-terminal/wip/mallard-merge: 135/239] Help: Modified help on txt-search.page.



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

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

 help/C/txt-search.page |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/help/C/txt-search.page b/help/C/txt-search.page
index a7147b8..6296906 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>
 
@@ -42,38 +41,36 @@
   <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>Restricts 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
+      <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.</p>
+      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
+    should set <link xref="pref-scrolling"><gui>scrollback lines</gui></link> to unlimited to allow
     <app>Terminal</app> to search more efficiently.</p>
   </note>
 


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