summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--src/dash.12
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d84d3b7..7354832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-20  Kimo Rosenbaum <kimor79@yahoo.com>
+
+	* Fix typo for wait in manual.
+
 2012-06-09  Christoph Mathys <eraserix@gmail.com>
 
 	* Add support for ulimit -r.
diff --git a/src/dash.1 b/src/dash.1
index a9cb491..e574194 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -2207,7 +2207,7 @@ options are given, only the variable is unset.
 Wait for the specified job to complete and return the exit status of the
 last process in the job.
 If the argument is omitted, wait for all jobs to
-complete and the return an exit status of zero.
+complete and return an exit status of zero.
 .El
 .Ss Command Line Editing
 When