aboutsummaryrefslogtreecommitdiff
path: root/ux.tmac
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-24 19:59:26 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-24 20:03:21 +0200
commit51b0a6c8bfd93e035ca80a46838771972e473600 (patch)
tree7d57ec68127f819129f2878c6aa7d83e6f5af0ab /ux.tmac
parentd2335d060ffa1e8e2285bde265d71c1db703486b (diff)
downloadmk-51b0a6c8bfd93e035ca80a46838771972e473600.tar.gz
ux.tmac: Improve he, se macros
Diffstat (limited to 'ux.tmac')
-rw-r--r--ux.tmac8
1 files changed, 3 insertions, 5 deletions
diff --git a/ux.tmac b/ux.tmac
index caace60..2b75f6d 100644
--- a/ux.tmac
+++ b/ux.tmac
@@ -12,23 +12,21 @@
.de he
. h
\$*
-. te .the \n% \$*
+. te .the \$*\t\n%
..
.
.\" se -- toc-enabled subheading
.de se
. s
\$*
-. te .the \n% \\h'18p'\$*
+. te .the \\h'18p'\$*\t\n%
..
.
.\" the -- toc entry
.de the
-. nr _ \$1
-. shift
. ta \n(.luR
. tc .
-\$* \n_
+\$*
. tc
. br
..