small documentation fixes, added missing ansi_shadow font file, added configuration for an host
This commit is contained in:
13
doc/dev.md
13
doc/dev.md
@@ -157,8 +157,9 @@ fail as it's also used to display errors. Thus it only contains echoes and some
|
||||
variables manipulation.
|
||||
|
||||
#### 3.1.2. ```separator```
|
||||
Tat function display a seprator made with dash, to fill the length of the
|
||||
screen minus one character.
|
||||
That function display a seprator made with dash, to fill the length of the
|
||||
screen minus one character if screen length is 80 character or less. If more
|
||||
than 80 the lenght of the separator will be 80 plus half of additionnal length.
|
||||
|
||||
It takes no parameters and return no value.
|
||||
|
||||
@@ -204,7 +205,7 @@ echo -e "${IRed}${On_IYellow}ATTENTION:${DEFAULTBG} this is a warning!${DEFAULTC
|
||||
|
||||
Remember to always terminate an *echo -e* using colors with the $DEFAULTCOL
|
||||
variable. If not, any new line might be filled with the last used color and line
|
||||
ending will filled with background color.
|
||||
ending will be filled with background color.
|
||||
|
||||
## 4. The filefct.sh file
|
||||
### 4.1. Common behavior
|
||||
@@ -225,8 +226,8 @@ original file or directory name and timestamp the date and time of the backup
|
||||
as retuned by the ```stdtime``` function. If a file given in parameter don't
|
||||
exists, the function will issue a warning and continue to the next.
|
||||
|
||||
If target file or directory is a symbolic link, the link will be resolved until
|
||||
we backup the target on its side.
|
||||
If target file or directory is a symbolic link, the link will be resolved
|
||||
recursively until we backup the final target on its side.
|
||||
|
||||
The function don't take any other parameters than file and/or directory names.
|
||||
|
||||
@@ -249,7 +250,7 @@ exists, it will be created automatically.
|
||||
|
||||
#### 4.2.3. ```appendfile <source> <destination>```
|
||||
That function add the content of source file to destination file. The source
|
||||
file can have defferent origins, following the same path priority as the
|
||||
file can have different origins, following the same path priority as the
|
||||
*installfile* function.
|
||||
|
||||
The destination file must exist and be on the root filesystem. Only two
|
||||
|
||||
Reference in New Issue
Block a user