summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/m4/m4.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index cf811850eac..0eb059def67 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.26 2003/01/05 10:10:44 pvalchev Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.27 2003/01/07 18:34:13 mpech Exp $
.\"
.\"
.Dd January 26, 1993
@@ -45,7 +45,7 @@ In arguments to macros, leading unquoted space, tab, and newline
characters are ignored.
To quote strings, use left and right single
quotes (e.g.,
-.Sq \ this is a string with a leading space ) .
+.Ql "\ this is a string with a leading space" ) .
You can change the quote characters with the
.Ic changequote
built-in macro.