diff options
author | agcosta <agcosta@gis.net> | 2004-11-23 22:06:14 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-09-26 18:33:03 +1000 |
commit | 6bd2bdc85ff063a04e1e6b4af34bbd181fe46d4e (patch) | |
tree | 53f29c6921ef955c80d46a7233b7be6e49ac7ed5 /src/dash.1 | |
parent | Fixed signed char promotion in src/expand.c. (diff) | |
download | dash-6bd2bdc85ff063a04e1e6b4af34bbd181fe46d4e.tar.gz dash-6bd2bdc85ff063a04e1e6b4af34bbd181fe46d4e.zip |
Fixed spelling errors in manual page.
Diffstat (limited to 'src/dash.1')
-rw-r--r-- | src/dash.1 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |