tazpkg diff doc/tazpkg.en.html @ rev 947

modules/get: get_pkg_cookmode(): file may be absent.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 05 22:36:04 2017 +0300 (2017-06-05)
parents 1c61f2488440
children 5ef96f1997c1
line diff
     1.1 --- a/doc/tazpkg.en.html	Wed Mar 30 01:52:24 2016 +0300
     1.2 +++ b/doc/tazpkg.en.html	Mon Jun 05 22:36:04 2017 +0300
     1.3 @@ -57,8 +57,8 @@
     1.4  		language</x-details></li>
     1.5  	<li><tt>LC_TIME</tt>: defines the date format in the <a href="#activity">activity</a>
     1.6  		command</li>
     1.7 -	<li><tt>root</tt>: if defined it points to the root of file system where TazPkg should work.
     1.8 -		Note, value defined using <tt>--root=</tt> option has precedence over this environment
     1.9 +	<li><tt>root</tt>: if defined, points to the root of a file system where TazPkg should work.
    1.10 +		Note, a value defined using <tt>--root=</tt> option has precedence over this environment
    1.11  		variable</li>
    1.12  </ul>
    1.13  </section>
    1.14 @@ -167,7 +167,7 @@
    1.15  		list of the repositories priority.
    1.16  		<x-details>One repository name per line. Undigest repositories are called by their names and
    1.17  		main repository by “main”. If priority list absent, then default priority is: main
    1.18 -		repository and all existing undigest repositories in the alphabetical
    1.19 +		repository and all existing undigest repositories in alphabetical
    1.20  		order.</x-details></li>
    1.21  </ul>
    1.22  
    1.23 @@ -205,7 +205,7 @@
    1.24  <article><header>Misc files</header>
    1.25  
    1.26  <p>File with default placement <tt><a href="file:///var/log/slitaz/tazpkg.log"
    1.27 -target="_blank">/var/log/slitaz/tazpkg.log</a></tt> stores TazPkg activity log.
    1.28 +target="_blank">/var/log/slitaz/tazpkg.log</a></tt> stores the TazPkg activity log.
    1.29  <x-details>Log stores five types of actions: installing, uninstalling, blocking, unblocking,
    1.30  reconfiguring packages.</x-details></p>
    1.31  
    1.32 @@ -238,11 +238,11 @@
    1.33  $ tazpkg info --root=<em>/mnt/sda6</em> nano <em>--color</em>
    1.34  </pre>
    1.35  
    1.36 -<p>You can add global option <tt>--root=…</tt> to any TazPkg command. This option allows to work
    1.37 -with other SliTaz installations. Option points to the root of mounted file system from other SliTaz
    1.38 +<p>You can add global option <tt>--root=…</tt> to any TazPkg command. This option allows you to work
    1.39 +with other SliTaz installations and can point to the root of a mounted file system from another SliTaz
    1.40  installation.
    1.41  <x-details>By the way, using this option allows to install SliTaz to the other file system “from
    1.42 -scratch”, and upgrade SliTaz packages remotely.</x-details></p>
    1.43 +scratch” and upgrade SliTaz packages remotely.</x-details></p>
    1.44  
    1.45  
    1.46  <article><header>Service commands</header>