spk rev 136

Edit docs
author Paul Issott <paul@slitaz.org>
date Sat Mar 29 11:04:11 2014 +0000 (2014-03-29)
parents 9378152c7e2c
children b70363c4c5e2
files doc/spk.en.html spk-find
line diff
     1.1 --- a/doc/spk.en.html	Sat Mar 29 01:54:30 2014 +0100
     1.2 +++ b/doc/spk.en.html	Sat Mar 29 11:04:11 2014 +0000
     1.3 @@ -75,7 +75,7 @@
     1.4  
     1.5  <h3>Find packages</h3>
     1.6  <p>
     1.7 -	The spk-find util with grep into a full packages list available on the
     1.8 +	The spk-find util finds a package from a full packages list available on the
     1.9  	mirror:
    1.10  </p>
    1.11  <pre>
    1.12 @@ -84,8 +84,8 @@
    1.13  
    1.14  <h3>List packages &amp; files</h3>
    1.15  <p>
    1.16 -	Spk-ls let you get the list of installed or mirrored packages as well 
    1.17 -	has the list of files installed by a package:
    1.18 +	Spk-ls lets you get the list of installed or mirrored packages as well 
    1.19 +	as the list of files installed by a package:
    1.20  </p>
    1.21  <pre>
    1.22  # spk-ls --short
     2.1 --- a/spk-find	Sat Mar 29 01:54:30 2014 +0100
     2.2 +++ b/spk-find	Sat Mar 29 11:04:11 2014 +0000
     2.3 @@ -9,8 +9,8 @@
     2.4  . /usr/lib/slitaz/libspk.sh
     2.5  
     2.6  #
     2.7 -# Quick cooded tool to have a simple find/search packages tool for people 
     2.8 -# using spk toolkit. TODO: find files, find in pkg desc for patern, display
     2.9 +# Quick coded tool to have a simple find/search packages tool for people 
    2.10 +# using spk toolkit. TODO: find files, find in pkg desc for pattern, display
    2.11  # status (installed or not).
    2.12  #
    2.13