From 78c198f7fbfab1fd286be067ca8639ccad06f35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 19 Jun 2021 20:28:30 +0200 Subject: Fix control character in third argument to inline macros --- g.tmac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/g.tmac b/g.tmac index bb7e2cd..f19465e 100644 --- a/g.tmac +++ b/g.tmac @@ -210,7 +210,7 @@ ___________________ . .\" b -- bold font .de b -\$3\fB\$1\fP\$2 +\&\$3\fB\$1\fP\$2 .. . .\" c -- constant-width font @@ -222,7 +222,7 @@ ___________________ . nr _s \n(.s . _E . -\$3\c +\&\$3\c . fam \*[_fam] . ps \n(_s \$1\c @@ -233,12 +233,12 @@ ___________________ . .\" i -- italic font .de i -\$3\fI\$1\fP\$2 +\&\$3\fI\$1\fP\$2 .. . .\" x -- bold italic font .de x -\$3\f(BI\$1\fP\$2 +\&\$3\f(BI\$1\fP\$2 .. . . -- cgit v1.2.3