diff options
-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 |