Git commit 555a5390bda0056e1c8a31f7570c6498f3d05cd8 by Yuri Chornoivan, on behalf of David Palser. Committed on 01/06/2013 at 22:01. Pushed by yurchor into branch 'master'.
Improve KFind docs M +9 -8 doc/kfind/index.docbook http://commits.kde.org/kde-baseapps/555a5390bda0056e1c8a31f7570c6498f3d05cd8 diff --git a/doc/kfind/index.docbook b/doc/kfind/index.docbook index 22f8258..d46dfa4 100644 --- a/doc/kfind/index.docbook +++ b/doc/kfind/index.docbook @@ -64,7 +64,7 @@ You can load this utility in &konqueror; (in file manager mode) by selecting <menuchoice><shortcut><keycombo action="simul">&Ctrl; <keycap>F</keycap></keycombo></shortcut><guimenu>Tools</guimenu> <guimenuitem>Find File</guimenuitem></menuchoice> from the menu. -If you want to use &kfind; as a standalone search tool, launch it by &krunner;. +If you want to use &kfind; as a standalone search tool, launch it by using &krunner;. </para> </sect1> @@ -78,7 +78,7 @@ If you want to use &kfind; as a standalone search tool, launch it by &krunner;. <para> When starting &kfind;, you will see a quite simple window. Type in the -name of the file you are searching in the text box labeled +name of the file you are searching for in the text box labeled <guilabel>Named:</guilabel>. You can use wildcard matching and a semicolon (<quote>;</quote>) for separating multiple names.</para> <para>Choose a folder where you want to search @@ -146,13 +146,13 @@ This matches any of the characters between the braces. </variablelist> <para> -Of course you can combine those two wildcard symbols in a search term. +Of course you can combine two or more wildcard symbols in a search term. </para> <para> The results of your search will be displayed in the box below. A click with the -&RMB; on a selection in this box opens a context menu with a lot of -action for the selected files or folders. +&RMB; on a selection in this box opens a context menu with a list of +actions for the selected files or folders. </para> </sect1> @@ -278,8 +278,9 @@ files were created or modified, or specify a time period. <varlistentry> <term><guilabel>File size is</guilabel></term> <listitem> -<para>Here you can specify if the file has to be at least or as most as -big as the size you entered in the following box. +<para>Here you can specify if the file has to be at least or at most as +big as the size you entered in the following box, or else equal +to the size. </para> </listitem> </varlistentry> @@ -287,7 +288,7 @@ big as the size you entered in the following box. <varlistentry> <term><guilabel>Files owned by user</guilabel>, <guilabel>Files owned by group</guilabel></term> <listitem> -<para>Here you can specify user and group names. +<para>Here you can specify user and group names as owner of the files. </para> </listitem> </varlistentry>
