diff options
author | agcosta <agcosta@gis.net> | 2005-02-25 21:18:34 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:03 +1000 |
commit | 8e1caee0f03f7ddf5b2019f63a13ba43f138024d (patch) | |
tree | dea07cfcff6b53cebbfdf098dc790268f2453789 | |
parent | Catch set -e exits within built-in commands. (diff) | |
download | dash-8e1caee0f03f7ddf5b2019f63a13ba43f138024d.tar.gz dash-8e1caee0f03f7ddf5b2019f63a13ba43f138024d.zip |
Corrected grammar in manual page.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/dash.1 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 97598ed..2fc7ea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 A Costa <agcosta@gis.net> + + * Corrected grammar in manual page. + 2005-02-25 Herbert Xu <herbert@gondor.apana.org.au> * Changed boolean rootshell into shlvl counter. diff --git a/src/dash.1 b/src/dash.1 index fc551eb..7e95f40 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -1029,7 +1029,7 @@ field splitting and multiple fields can result. .Pp The shell treats each character of the .Ev IFS -as a delimiter and use the delimiters to split the results of parameter +as a delimiter and uses the delimiters to split the results of parameter expansion and command substitution into fields. .Ss Pathname Expansion (File Name Generation) Unless the |