summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-07-28 16:36:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-07-28 16:36:03 +0000
commit2ab9785b7f02e8ffe7e6007eede2b9efda043f07 (patch)
treeece3a1df1f5247f7943d99e20890af99193e7947 /bin/ksh/sh.1
parented1b4ae7c75682684fa545f37d02b5d87e35ee97 (diff)
remove note about command substitution and double quotes: it is probable
that i misunderstood something when i wrote it; found by guenther and naddy
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.17
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index bb873c46b9a..64e04560ce2 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.134 2016/07/18 18:24:21 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.135 2016/07/28 16:36:02 jmc 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: July 18 2016 $
+.Dd $Mdocdate: July 28 2016 $
.Dt SH 1
.Os
.Sh NAME
@@ -2197,9 +2197,6 @@ This implementation of
.Nm
does not provide notification when these files are created.
.It
-Command substitution occurring within double quotes
-is subject to pathname expansion but should not be.
-.It
The built-in
.Ic newgrp
is unsupported.