summary refs log tree commit diff
diff options
context:
space:
mode:
authoragcosta <agcosta@gis.net>2004-11-23 22:06:14 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2005-09-26 18:33:03 +1000
commit6bd2bdc85ff063a04e1e6b4af34bbd181fe46d4e (patch)
tree53f29c6921ef955c80d46a7233b7be6e49ac7ed5
parentFixed signed char promotion in src/expand.c. (diff)
downloaddash-6bd2bdc85ff063a04e1e6b4af34bbd181fe46d4e.tar.gz
dash-6bd2bdc85ff063a04e1e6b4af34bbd181fe46d4e.zip
Fixed spelling errors in manual page.
-rw-r--r--ChangeLog4
-rw-r--r--src/dash.18
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