wok-next diff bash/description.txt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 0c849a954ff9
children
line diff
     1.1 --- a/bash/description.txt	Mon Feb 20 16:36:25 2012 -0800
     1.2 +++ b/bash/description.txt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  Bash is a shell, or command language interpreter, for the GNU operating system.
     1.5 -Bash is an sh-compatible shell that incorporates useful features from the Korn 
     1.6 -shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX 
     1.7 -P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements 
     1.8 -over sh for both programming and interactive use. In addition, most sh scripts 
     1.9 +
    1.10 +Bash is an sh-compatible shell that incorporates useful features from the Korn
    1.11 +shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX
    1.12 +P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements
    1.13 +over sh for both programming and interactive use. In addition, most sh scripts
    1.14  can be run by Bash without modification.