summary refs log tree commit diff
path: root/src/dash.1
diff options
context:
space:
mode:
authorKimo Rosenbaum <kimor79@yahoo.com>2013-08-23 12:27:47 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2013-08-23 12:27:47 +1000
commit8813a3d9528f1bca7afa858c35c074a5866f7d67 (patch)
treea9c409e408ff010e064c24adb7d2986c4d5e4aa8 /src/dash.1
parent[BUILTIN] Add support for ulimit -r (diff)
downloaddash-8813a3d9528f1bca7afa858c35c074a5866f7d67.tar.gz
dash-8813a3d9528f1bca7afa858c35c074a5866f7d67.zip
[MAN] Fix typo for wait
This is a small patch to fix the paragraph about 'wait' in the dash manpage.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/dash.1')
-rw-r--r--src/dash.12
1 files changed, 1 insertions, 1 deletions
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
mit/import.sh?h=3.4.1&id=eea3cdfb26b07f4fdbb4ad570283fb1e1ea99772&follow=1'>import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe