From 91ac42fcea5f7fc9379d9ba1e3f8262608d0a4f7 Mon Sep 17 00:00:00 2001
From: Geir Hauge <geir.hauge@gmail.com>
Date: Mon, 5 Aug 2013 20:54:05 +0200
Subject: [PATCH 1/5] wait -n

---
 doc/bash.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/bash.1 b/doc/bash.1
index f843a24..0260c45 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -10077,7 +10077,7 @@ subsequently reset.  The exit status is true unless a
 .I name
 is readonly.
 .TP
-\fBwait\fP [\fB\--n\fP] [\fIn ...\fP]
+\fBwait\fP [\fB\-n\fP] [\fIn ...\fP]
 Wait for each specified child process and return its termination status.
 Each
 .I n
@@ -10087,7 +10087,7 @@ in that job's pipeline are waited for.  If
 .I n
 is not given, all currently active child processes
 are waited for, and the return status is zero.
-If the \fB\--n\fP option is supplied, \fBwait\fP waits for any job to
+If the \fB\-n\fP option is supplied, \fBwait\fP waits for any job to
 terminate and returns its exit status.
 If
 .I n
-- 
1.7.9.5

