diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2016-11-14 09:21:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2016-11-14 09:21:36 +0000 |
commit | e261731618a254fb48e1828706b61ccdd720bc96 (patch) | |
tree | 16dc12b4415a699fcbbac0fb4518a652466f1252 /bin/ksh/sh.1 | |
parent | 52ae8506af315678162d56642aaf7dfc3776f0df (diff) |
Remove an escaped blank space and insert an No macro to keep \&; at a
distance from 'Ar command'.
This is schwarze's correct version of an initial incorrect diff from me.
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index c8684259405..dff65e6d650 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.137 2016/11/12 22:37:41 tb Exp $ +.\" $OpenBSD: sh.1,v 1.138 2016/11/14 09:21:35 tb 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: November 12 2016 $ +.Dd $Mdocdate: November 14 2016 $ .Dt SH 1 .Os .Sh NAME @@ -1646,7 +1646,7 @@ where commands are executed in the order given. The exit status of a sequential list is that of the last command executed. The format for a sequential list is: .Pp -.D1 Ar command\ \& ; Op Ar command ... +.D1 Ar command No \&; Op Ar command ... .Pp A series of one or more commands separated by .Sq & |