diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-24 22:38:08 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-24 22:38:08 +0200 |
commit | e8086631ecabb0018062c1b8a519a2fa265c92f9 (patch) | |
tree | 94c82bb6735d6394255b11cca357b998648e1e4d /toc | |
parent | 51b0a6c8bfd93e035ca80a46838771972e473600 (diff) | |
download | mk-e8086631ecabb0018062c1b8a519a2fa265c92f9.tar.gz |
Split q macro into " (inline) and q (block-level)
Diffstat (limited to 'toc')
-rw-r--r-- | toc/README.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toc/README.t b/toc/README.t index ccb06f3..318adf3 100644 --- a/toc/README.t +++ b/toc/README.t @@ -52,7 +52,7 @@ macro hands its argument to the .c tm request, which prints it on standard error, prefixed by -.q (toc) . +." (toc) . If the .i tf string is non-empty, the @@ -77,12 +77,12 @@ This enables the .c te macro, printing its arguments on standard error. The lines prefixed with -.q (toc) , +." (toc) , printed on standard error, are written to the file .i $g with the -.q (toc) +." (toc) prefix removed. .p In the second pass, @@ -162,7 +162,7 @@ will print .p on standard error. The -.q (toc) +." (toc) prefix is removed before the line is written to the temporary file. .p When |