# HG changeset patch # User Paul Issott # Date 1336853288 -3600 # Node ID 581ddfa0d62071697a45c5324e4fe0d6688c2bd3 # Parent 36f0fc63720c15eb8e821dc28903636c4fe94d4b Edit docs diff -r 36f0fc63720c -r 581ddfa0d620 doc/httphelper.txt --- a/doc/httphelper.txt Fri May 11 21:24:32 2012 -0500 +++ b/doc/httphelper.txt Sat May 12 21:08:08 2012 +0100 @@ -4,8 +4,8 @@ function DESCRIPTION - Httphelper is a CGI SHell helper providing PHP a like syntax and - usefull functions to encode or crypt strings. Httphelper let you + Httphelper is a CGI SHell helper providing PHP-like syntax and + useful functions to encode or encrypt strings. Httphelper lets you easily parse QUERY_STRING and work on any webserver supporting CGI. FUNCTIONS @@ -31,5 +31,5 @@ echo "Input name has a value: $value" fi -AUTHOR +AUTHORS Written by Pascal Bellard and Christophe Lincoln diff -r 36f0fc63720c -r 581ddfa0d620 doc/libpkg.txt --- a/doc/libpkg.txt Fri May 11 21:24:32 2012 -0500 +++ b/doc/libpkg.txt Sat May 12 21:08:08 2012 +0100 @@ -4,8 +4,8 @@ function DESCRIPTION - Libpkg provide base functions to handle SliTaz Packages archives and - receipt. It is used by Spk, the Cookutils and all tools dealing with + Libpkg provides base functions to handle SliTaz Packages archives and + receipts. It is used by Spk, the Cookutils and all tools dealing with packages and receipts. FUNCTIONS @@ -16,6 +16,6 @@ OPTIONS -AUTHOR +AUTHORS Written by Christophe Lincoln and Christian Mesh diff -r 36f0fc63720c -r 581ddfa0d620 doc/libtaz.txt --- a/doc/libtaz.txt Fri May 11 21:24:32 2012 -0500 +++ b/doc/libtaz.txt Sat May 12 21:08:08 2012 +0100 @@ -5,9 +5,9 @@ DESCRIPTION LibTaz is the base SliTaz SHell library used by almost all tools and - utilities. It provide common SHell script functions, parse the cmdline + utilities. It provides common SHell script functions, parses the cmdline options and store values in a variable. The output messages can be - formated for raw/text, gtk, html and by default they are formated for + formatted for raw/text, gtk, html and by default they are formatted for a standard terminal supporting colors. LibTaz is in the directory /lib/libtaz.sh since it is used when /usr may not be mounted. @@ -15,10 +15,10 @@ status Return command status [Done|Failed] separator Display a line separator newline Echo a new line if gettext or echo -n is used - boldify [string] Usae bold font for term, html or GTK output - indent Ident text in term mode + boldify [string] Use a bold font for term, html or GTK output + indent Indent text in term mode check_root Check if user is logged as root - confirm Read anser to confirm an action + confirm Read answer to confirm an action log [string] Log activity, $activity must be set OPTIONS @@ -29,6 +29,6 @@ log "Message" check_root -AUTHOR +AUTHORS Written by Christophe Lincoln diff -r 36f0fc63720c -r 581ddfa0d620 rootfs/etc/slitaz/slitaz.conf --- a/rootfs/etc/slitaz/slitaz.conf Fri May 11 21:24:32 2012 -0500 +++ b/rootfs/etc/slitaz/slitaz.conf Sat May 12 21:08:08 2012 +0100 @@ -54,7 +54,7 @@ non-free" # -# OLD variables for compatibility purpose. +# OLD variables for compatibility purposes. # SLITAZ_VERSION="$SLITAZ_RELEASE" diff -r 36f0fc63720c -r 581ddfa0d620 rootfs/lib/libtaz.sh --- a/rootfs/lib/libtaz.sh Fri May 11 21:24:32 2012 -0500 +++ b/rootfs/lib/libtaz.sh Sat May 12 21:08:08 2012 +0100 @@ -3,7 +3,7 @@ # SliTaz Base functions used from boot scripts to end user tools. Use # gettext and not echo for messages. Keep output suitable for GTK boxes # and Ncurses dialog. LibTaz should not depend on any configuration file. -# No bloated code here, function must be used by at least 3-4 tools. +# No bloated code here, functions must be used by at least 3-4 tools. # # Documentation: man libtaz or /usr/share/doc/slitaz/libtaz.txt #