summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-10-17 19:42:25 +0000
committeraaron <aaron@openbsd.org>1999-10-17 19:42:25 +0000
commit29fa955c7fbaee48a6bcd34a1f2e98308c3a9c2c (patch)
tree5e652a4b7e88983a84a579672256db077f751ed5
parentFew fixes. (diff)
downloadwireguard-openbsd-29fa955c7fbaee48a6bcd34a1f2e98308c3a9c2c.tar.xz
wireguard-openbsd-29fa955c7fbaee48a6bcd34a1f2e98308c3a9c2c.zip
Minor formatting nits.
-rw-r--r--bin/ksh/ksh.16
-rw-r--r--bin/ksh/ksh.1tbl6
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 17df0e4f17a..7ce06dcfd38 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.27 1999/10/16 20:31:33 aaron Exp $
+.\" $OpenBSD: ksh.1,v 1.28 1999/10/17 19:42:25 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -880,7 +880,7 @@ which are described in detail in the next section, take the form
or
.Ic ${ Ns Ar ... Ns Ic \&} ;
command substitutions take the form
-.Ic $( Ns Ar command Ns Ic )
+.Ic $( Ns Ar command Ns Ic \&)
or
.Ic ` Ns Ar command Ns Ic ` ;
and arithmetic substitutions take the form
@@ -933,7 +933,7 @@ brace expansion and file name expansion (see the relevant sections below).
.Pp
A command substitution is replaced by the output generated by the specified
command, which is run in a subshell. For
-.Ic $( Ns Ar command Ns Ic )
+.Ic $( Ns Ar command Ns Ic \&)
substitutions, normal quoting rules are used when
.Ar command
is parsed; however, for the
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 757d1f78f5c..8b3b3a76e12 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.27 1999/10/16 20:31:33 aaron Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.28 1999/10/17 19:42:25 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -880,7 +880,7 @@ which are described in detail in the next section, take the form
or
.Ic ${ Ns Ar ... Ns Ic \&} ;
command substitutions take the form
-.Ic $( Ns Ar command Ns Ic )
+.Ic $( Ns Ar command Ns Ic \&)
or
.Ic ` Ns Ar command Ns Ic ` ;
and arithmetic substitutions take the form
@@ -933,7 +933,7 @@ brace expansion and file name expansion (see the relevant sections below).
.Pp
A command substitution is replaced by the output generated by the specified
command, which is run in a subshell. For
-.Ic $( Ns Ar command Ns Ic )
+.Ic $( Ns Ar command Ns Ic \&)
substitutions, normal quoting rules are used when
.Ar command
is parsed; however, for the