diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-18 23:23:45 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-18 23:23:45 +0000 |
commit | f8a5e31df6c7e691bc9092def3ae306796169108 (patch) | |
tree | 63df011dcd71aae9e3242c89d6a238ba6087969b /appendixa/bash-shortdesc.xml | |
parent | 8dc214d33c46895ec1cccb93f22b270987211dee (diff) |
Grammatic changes to chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bash-shortdesc.xml')
-rw-r--r-- | appendixa/bash-shortdesc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/bash-shortdesc.xml b/appendixa/bash-shortdesc.xml index 9c195d277..c4a22898b 100644 --- a/appendixa/bash-shortdesc.xml +++ b/appendixa/bash-shortdesc.xml @@ -4,7 +4,7 @@ <para>bash is the Bourne-Again SHell, which is a widely used command interpreter on Unix systems. The bash program reads from standard -input, the keyboard. A user types something and the program will evaluate +input (the keyboard). A user types something and the program will evaluate what he has typed and do something with it, like running a program.</para> |