diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/dash.1 | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index ad80806..6261987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-23 A Costa <agcosta@gis.net> + + * Fixed spelling errors in manual page. + 2004-08-21 Herbert Xu <herbert@gondor.apana.org.au> * Size optimisations around varvalue() in src/expand.c. diff --git a/src/dash.1 b/src/dash.1 index b3ff9b4..b679fd5 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -1212,7 +1212,7 @@ mechanism was used or because the argument is a single dash. The .Fl P option causes the physical directory structure to be used, that is, all -symbolic links are resolved to their repective values. The +symbolic links are resolved to their respective values. The .Fl L option turns off the effect of any preceding .Fl P @@ -1510,8 +1510,8 @@ However, if the current directory is renamed, the builtin version of will continue to print the old name for the directory. The .Fl P -option causes the phyical value of the current working directory to be shown, -that is, all symbolic links are resolved to their repective values. The +option causes the physical value of the current working directory to be shown, +that is, all symbolic links are resolved to their respective values. The .Fl L option turns off the effect of any preceding .Fl P @@ -2222,7 +2222,7 @@ If .Fl f or .Fl v -is sepcified, the corresponding function or variable is unset, respectively. +is specified, the corresponding function or variable is unset, respectively. If a given name corresponds to both a variable and a function, and no options are given, only the variable is unset. .It wait Op Ar job |