diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2003-01-07 18:34:14 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2003-01-07 18:34:14 +0000 |
commit | 843e453ad3c5687b40bf59819b18c660768460b7 (patch) | |
tree | b3a158daa4324a16175a5992a3efaf7001d87eef | |
parent | 881282ddab183397fa55e3c9699eb0ed081e0dfd (diff) |
.Sq -> .Ql
Make sence.
Spotted by jmc@acn.waw.pl
pvalchev@, millert@
-rw-r--r-- | usr.bin/m4/m4.1 | 4 |
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. |