# HG changeset patch # User Paul Issott # Date 1287514809 0 # Node ID dfb6fc12163546a3de109899073ef42400e381ef # Parent 1a099394c9e61bd061b9a9753f07cd205cf64b2a Tiny edits diff -r 1a099394c9e6 -r dfb6fc121635 README --- a/README Tue Oct 19 19:16:24 2010 +0200 +++ b/README Tue Oct 19 19:00:09 2010 +0000 @@ -7,7 +7,7 @@ by Tazwok with a receipt found in the wok. More information can be found in the SliTaz Cookbook and the manual. -Tazpkg is entirely built from scratch using SHell script, compatible with +Tazpkg is entirely built from scratch using SHell script; compatible with Bash, it runs under Ash - part of the Busybox project. Tazpkg is distributed under the free GNU license GPL V3. diff -r 1a099394c9e6 -r dfb6fc121635 lib/libtazpkgbox --- a/lib/libtazpkgbox Tue Oct 19 19:16:24 2010 +0200 +++ b/lib/libtazpkgbox Tue Oct 19 19:00:09 2010 +0000 @@ -1,9 +1,9 @@ #!/bin/sh # The libtazpkgbox - Libraries used by tazpkg GUI box. # -# There is functions to list installed packages in a suitable format for -# GTK tree and list mirrored packages using the packages.desc file. The lib -# also provide functions to search packages and files and the GUI box for +# These are functions to list installed packages in a suitable format for a +# GTK tree and list mirrored packages using the packages.desc file. The libs +# also provide functions to search packages and files; and the GUI box for # package information. # # (C) 2010 SliTaz - GNU General Public License v3. @@ -24,14 +24,14 @@ echo -e "\nTazpkgbox library\n Usage : $0 [function] [pkg|args] [pkg] Functions: - list-all List all packages - list-undigest List undigest packages - list-blocked List blocked packages - list-upgradeable List all upgradable packages - search-packages Search for packages - search-files Search for files - search-tags Search for TAGS - package-infos Display box with pkg information" + list-all List all packages. + list-undigest List undigest packages. + list-blocked List blocked packages. + list-upgradeable List all upgradable packages. + search-packages Search for packages. + search-files Search for files. + search-tags Search for TAGS. + package-infos Display box with pkg information." } # List functions. @@ -250,10 +250,10 @@ TMP_DIR=/tmp/tazpkg-$$-$RANDOM if [ "$2" = "sizes" ]; then cat <. Tabs are used to indent and functions are # split and found in libtazpkgbox. # # (C) GNU gpl v3 - SliTaz GNU/Linux 2010. @@ -71,9 +71,10 @@ @@ -114,8 +115,8 @@