summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2018-03-31 14:58:20 +0000
committeranton <anton@cvs.openbsd.org>2018-03-31 14:58:20 +0000
commitd831096bf308727ccd9338769c96934c6fe1c0b9 (patch)
tree6ede0d6ae0de73e8fe3e6a4edfdae2c41224c245 /bin
parent9221fd07de0ab4d3672c85eaf5e43e059ccb9195 (diff)
Fix spacing in brace command list grammar.
Initial diff by me, later improved by schwarze@; also ok jmc@
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index c70656b0c4f..a78fdf457b7 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.147 2018/03/16 16:58:26 schwarze Exp $
+.\" $OpenBSD: sh.1,v 1.148 2018/03/31 14:58:19 anton Exp $
.\"
.\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 16 2018 $
+.Dd $Mdocdate: March 31 2018 $
.Dt SH 1
.Os
.Sh NAME
@@ -1738,7 +1738,7 @@ or within
to have them executed in the current environment:
.Pp
.D1 Pq Ar command ...
-.D1 Brq Ar \ \&command ... Ns ;\&
+.D1 Brq \& Ar command ... ; No \&
.Pp
Any redirections specified after the closing bracket apply to all commands
within the brackets.