tazpkg rev 848

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Oct 19 08:24:32 2015 +0100 (2015-10-19)
parents e54a3ba8cc25
children b6daeaa95431
files doc/tazpkg.en.html modules/help
line diff
     1.1 --- a/doc/tazpkg.en.html	Sat Oct 10 14:52:10 2015 +0300
     1.2 +++ b/doc/tazpkg.en.html	Mon Oct 19 08:24:32 2015 +0100
     1.3 @@ -334,7 +334,7 @@
     1.4  	<li><a href="#list-undigest">list-undigest</a>: list undigest mirrors</li>
     1.5  	<li><a href="#add-undigest">add-undigest</a>: add an undigest mirror</li>
     1.6  	<li><a href="#remove-undigest">remove-undigest</a>: remove an undigest mirror</li>
     1.7 -	<li><a href="#mkdb">mkdb</a>: make TazPkg database for folder with *.tazpkg packages</li>
     1.8 +	<li><a href="#mkdb">mkdb</a>: make a TazPkg database for a folder with *.tazpkg packages</li>
     1.9  </ul>
    1.10  </article>
    1.11  </section>
    1.12 @@ -542,10 +542,10 @@
    1.13  package. Option <tt>--nodeps</tt> allows you to install only a specified package without its
    1.14  dependencies.</p>
    1.15  
    1.16 -<p>When TazPkg installs package dependencies, it will prefer local packages (i.e. dependent packages
    1.17 -located in the same folder as installed package) over mirrored/cached with <tt>--local</tt> option.
    1.18 -It is useful when you want to install a lot of already downloaded packages with its dependencies
    1.19 -without the need of network connection.</p>
    1.20 +<p>When TazPkg installs package dependencies, it prefers local packages (i.e. dependent packages
    1.21 +located in the same folder as installed packages) over mirrored/cached packages with the <tt>--local</tt> option.
    1.22 +It is useful when you want to install a lot of already downloaded packages and their dependencies
    1.23 +without the need of a network connection.</p>
    1.24  
    1.25  <p>You can specify multiple packages on the command line or give tazpkg a list of the packages you
    1.26  want to install or use <tt><a href="#get-list">install-list</a></tt> command.</p>
    1.27 @@ -989,11 +989,11 @@
    1.28  
    1.29  <article id="mkdb"><h3>mkdb</h3>
    1.30  
    1.31 -<p>Make TazPkg database for selected folder with *.tazpkg packages.</p>
    1.32 +<p>Make a TazPkg database for a selected folder with *.tazpkg packages.</p>
    1.33  
    1.34 -<p>Next files describing packages will be created inside selected folder: <tt>packages.info</tt>,
    1.35 +<p>The following files describing packages will be created inside the selected folder: <tt>packages.info</tt>,
    1.36  <tt>packages.equiv</tt>, <tt>descriptions.txt</tt>, <tt>files.list.lzma</tt>, <tt>IDs</tt>.
    1.37 -Do nothing if database already exists; you can force database files rebuilding with
    1.38 +Do nothing if the database already exists; you can also force database files rebuilding with the
    1.39  <tt>--forced</tt> option.</p>
    1.40  
    1.41  <pre>
     2.1 --- a/modules/help	Sat Oct 10 14:52:10 2015 +0300
     2.2 +++ b/modules/help	Mon Oct 19 08:24:32 2015 +0100
     2.3 @@ -72,7 +72,7 @@
     2.4       list-undigest		$(_ 'List undigest mirrors')
     2.5       add-undigest		$(_ 'Add an undigest mirror')
     2.6       remove-undigest	$(_ 'Remove an undigest mirror')
     2.7 -     mkdb				$(_ 'Make TazPkg database for folder with *.tazpkg packages')
     2.8 +     mkdb				$(_ 'Make a TazPkg database for a folder with *.tazpkg packages')
     2.9  ")
    2.10  EOT
    2.11  }