aboutsummaryrefslogtreecommitdiff
path: root/toc/toc.tmac
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-22 21:24:11 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-22 21:24:11 +0200
commita85c6cc8b1f445883389fc65fa170b538291b7d6 (patch)
treea2dd86ff5475ddb01b1fd64adc88b77f0526e101 /toc/toc.tmac
parent2aedd44170b19b427d9d1f069d63e463d8a38832 (diff)
downloadmk-a85c6cc8b1f445883389fc65fa170b538291b7d6.tar.gz
Improve toc.tmac
Diffstat (limited to 'toc/toc.tmac')
-rw-r--r--toc/toc.tmac4
1 files changed, 2 insertions, 2 deletions
diff --git a/toc/toc.tmac b/toc/toc.tmac
index 83e05a0..143994e 100644
--- a/toc/toc.tmac
+++ b/toc/toc.tmac
@@ -10,12 +10,12 @@
.
.\" to -- evaluate collected lines
.de to
-. if \nT=0 .rd
+. if \n(to=1 .rd
..
.
.\" te -- collect line
.de te
-. if \nT>0 .tm \$*
+. if \n(te=1 .tm \$*
..
.
.ec