slitaz-base-files rev 224

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Sep 07 02:20:23 2013 +0100 (2013-09-07)
parents 32251cb0fea1
children b4d39426898f
files testsuite.sh
line diff
     1.1 --- a/testsuite.sh	Wed Sep 04 11:58:03 2013 +0300
     1.2 +++ b/testsuite.sh	Sat Sep 07 02:20:23 2013 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  	newline; boldify Available functions list:
     1.5  	separator
     1.6  	optlist "\
     1.7 -_			Alias for eval_gettext with newline. Can be used with success both instead of gettext and eval_gettext.
     1.8 -_n			Alias for eval_gettext without newline at end.
     1.9 +_		Alias for eval_gettext with newline. Can be used with success both instead of gettext and eval_gettext.
    1.10 +_n		Alias for eval_gettext without newline at end.
    1.11  get_cols	Get width of current terminal emulator or console. Number in columns.
    1.12  status		Output localized short message based on the previous command exit status (0 - OK, other than 0 - error).
    1.13  separator	Line separator for full terminal width.
    1.14 @@ -21,12 +21,13 @@
    1.15  colorize	Color messages for terminal.
    1.16  indent		Jump to specified column, useful for simple tabulated lists (tables).
    1.17  emsg		All-in-one tool that contains: boldify, colorize, newline, separator and indent.
    1.18 -check_root	Check if user have root permissions (logged as root or used su for become root) for execute something.
    1.19 +check_root	Check if user has root permissions (logged as root or used su for becoming root) for executing something.
    1.20  debug		Display debug info when --debug is used.
    1.21 -confirm		Used at end of questions - adds '(y/N)?' and waits for answer. Press 'y' if yes, any other letters/words or just Enter - if no. Note that 'y' and 'N' can be localized and this function know about that.
    1.22 -log			Log activities in /var/log/slitaz/libtaz.log (by default) or in specified log file.
    1.23 +confirm		Used at end of questions - adds '(y/N)?' and waits for answer. Press 'y' if yes, any other letters/words or just Enter - if no. 
    1.24 +		Note that 'y' and 'N' can be localized and this function knows about that.
    1.25 +log		Log activities in /var/log/slitaz/libtaz.log (by default) or in specified log file.
    1.26  optlist		Sophisticated, UTF-8 friendly, function to print two-column list of options with descriptions.
    1.27 -longline	Not break words into two lines of terminal when display long messages."
    1.28 +longline	Doesn't break words into two lines of terminal when displaying long messages."
    1.29  	separator; newline
    1.30  
    1.31