diff options
author | 2010-02-25 13:45:54 +0000 | |
---|---|---|
committer | 2010-02-25 13:45:54 +0000 | |
commit | ae66cb4b2efde54212a019e3f595c7bc39839ba9 (patch) | |
tree | ab1df2e63834d8eda2fe27c4fc11f80e0aa663d6 | |
parent | Add support for the 82599 ExpressModule (X520-P2) card. (diff) | |
download | wireguard-openbsd-ae66cb4b2efde54212a019e3f595c7bc39839ba9.tar.xz wireguard-openbsd-ae66cb4b2efde54212a019e3f595c7bc39839ba9.zip |
get rid of overlapping blocks discouraged by mdoc.samples(7);
found by and unbreaking the build with mandoc(1);
"fine" jmc@ sobrado@
-rw-r--r-- | bin/ksh/ksh.1 | 8 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 38cf6c11473..0565770db72 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $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 $ .\" .\" Public Domain .\" -.Dd $Mdocdate: May 28 2009 $ +.Dd $Mdocdate: February 25 2010 $ .Dt KSH 1 .Os .Sh NAME @@ -2218,14 +2218,14 @@ Assignment; the variable on the left is set to the value on the right. .Xc Assignment operators. .Sm off -.Aq Xo Ar var +.Ao Ar var Ac Xo .Aq Ar op .No = Aq Ar expr .Xc .Sm on is the same as .Sm off -.Aq Xo Ar var +.Ao Ar var Ac Xo .No = Aq Ar var .Aq Ar op .Aq Ar expr , diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 90e77b273c9..7d34ab5ca3a 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: sh.1,v 1.82 2009/03/06 12:28:36 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.83 2010/02/25 13:45:54 schwarze Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: March 6 2009 $ +.Dd $Mdocdate: February 25 2010 $ .Dt SH 1 .Os .Sh NAME @@ -1702,14 +1702,14 @@ Assignment; the variable on the left is set to the value on the right. .Xc Assignment operators. .Sm off -.Aq Xo Ar var +.Ao Ar var Ac Xo .Aq Ar op .No = Aq Ar expr .Xc .Sm on is the same as .Sm off -.Aq Xo Ar var +.Ao Ar var Ac Xo .No = Aq Ar var .Aq Ar op .Aq Ar expr , |