-.\" $OpenBSD: sh.1,v 1.145 2017/12/15 20:51:28 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.146 2017/12/30 07:32:09 jmc Exp $
.\"
.\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 15 2017 $
+.Dd $Mdocdate: December 30 2017 $
.Dt SH 1
.Os
.Sh NAME
The following characters need quoting if their literal meaning is desired:
.Bd -literal -offset indent
| & ; < > ( ) $ \` \e " \(aq <space> <tab> <newline>
-* ? [ # ~ = %
+* ? [ # ~ = %
.Ed
.Pp
A backslash
.Pq \e
within double quotes retains its special meaning,
but only when followed by a backquote, dollar sign,
-double quote, or another backslash.
+double quote, newline, or another backslash.
An at sign
.Pq @
within double quotes has a special meaning