slitaz-base-files diff doc/libtaz.txt @ rev 205

Added tag 5.3.1 for changeset c17d58ea0ead
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 05 16:07:47 2012 +0100 (2012-11-05)
parents 4ca3c7426952
children b2311939ad7e
line diff
     1.1 --- a/doc/libtaz.txt	Thu May 17 08:57:20 2012 +0200
     1.2 +++ b/doc/libtaz.txt	Mon Nov 05 16:07:47 2012 +0100
     1.3 @@ -16,8 +16,9 @@
     1.4  	separator             Display a line separator
     1.5  	newline               Echo a new line if gettext or echo -n is used
     1.6  	boldify [string]      Use a bold font for term, html or GTK output
     1.7 -	colorize [string] NB  Colorize a string in term mode
     1.8 +	colorize NB [string]  Colorize a string in term mode
     1.9  	indent NB [string]    Indent text in term mode
    1.10 +	emsg [string]         Output mark up messages
    1.11  	check_root            Check if user is logged as root
    1.12  	debug [string]        Display a DEBUG message when --debug is used
    1.13  	confirm               Read answer to confirm an action
    1.14 @@ -30,6 +31,7 @@
    1.15  EXAMPLES
    1.16  	log "Message"
    1.17  	check_root
    1.18 +	emsg "<b>bold</b> <c 31>red</c> <c 32>green</c> separator<-> newline<n> <i 26>indent"
    1.19  
    1.20  AUTHORS
    1.21  	Written by Christophe Lincoln