The m4 syntax specifically requires `...' and not the pretty Unicode
quotes that the Sq macro can produce. Use of escape sequences
clarified by schwarze@
-.\" @(#) $OpenBSD: m4.1,v 1.67 2022/06/14 15:15:17 espie Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.68 2022/06/14 21:31:45 naddy Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
.Pq Sq \en
characters are ignored.
To quote strings, use left and right single quotes
-.Pq e.g., Sq \ \&this is a string with a leading space .
+.Pq e.g., \(ga this is a string with a leading space\(aq .
You can change the quote characters with the
.Ic changequote
built-in macro.