sync with oksh:

get rid of overlapping blocks discouraged by [16]mdoc.samples(7);
found by and unbreaking the build with [17]mandoc(1);
"fine" jmc@ sobrado@
This commit is contained in:
tg
2010-02-25 21:05:00 +00:00
parent 0d484ffa65
commit fa7f439290

8
mksh.1
View File

@ -1,5 +1,5 @@
.\" $MirOS: src/bin/mksh/mksh.1,v 1.216 2010/02/25 20:18:16 tg Exp $ .\" $MirOS: src/bin/mksh/mksh.1,v 1.217 2010/02/25 21:05:00 tg Exp $
.\" $OpenBSD: ksh.1,v 1.129 2009/05/28 06:09:06 jmc Exp $ .\" $OpenBSD: ksh.1,v 1.130 2010/02/25 13:45:54 schwarze Exp $
.\"- .\"-
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
.\" Thorsten Glaser <tg@mirbsd.org> .\" Thorsten Glaser <tg@mirbsd.org>
@ -2484,14 +2484,14 @@ Assignment; the variable on the left is set to the value on the right.
.Xc .Xc
Assignment operators. Assignment operators.
.Sm off .Sm off
.Aq Xo Ar var .Ao Ar var Ac Xo
.Aq Ar op .Aq Ar op
.No = Aq Ar expr .No = Aq Ar expr
.Xc .Xc
.Sm on .Sm on
is the same as is the same as
.Sm off .Sm off
.Aq Xo Ar var .Ao Ar var Ac Xo
.No = Aq Ar var .No = Aq Ar var
.Aq Ar op .Aq Ar op
.Aq Ar expr , .Aq Ar expr ,