diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-17 07:02:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-17 07:02:49 +0000 |
commit | 88d4b74065bfeccb2a8e52611110afdc7cc965d4 (patch) | |
tree | f3b778f359c0106f43098375864d9e3ef6d1d43f /bin/ksh | |
parent | 9b2ad4876869b3888c63d328df50fa999058892e (diff) |
from zhuk: provide some Sx
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/sh.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 8f1dc44fad9..a25d6125b87 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.109 2015/03/17 06:59:48 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.110 2015/03/17 07:02:48 jmc Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -1172,8 +1172,10 @@ but only when followed by a backquote, dollar sign, double quote, or another backslash. An at sign .Pq @ -within double quotes has a special meaning, -described below. +within double quotes has a special meaning +(see +.Sx SPECIAL PARAMETERS , +below). .Pp Similarly command words need to be quoted if they are not to be interpreted as such. |