summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 14:19:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 14:19:59 +0000
commite5a9cad1c94b10a303a391c74d8b4dd29c494cce (patch)
tree9af1bcf9f9faedf1b3c6a1f29f3507e47d6f0b27 /action.c
parent028cb9cf2041bbee0ed488b669254a2a8bc9ccb9 (diff)
downloadmandoc-e5a9cad1c94b10a303a391c74d8b4dd29c494cce.tar.gz
Added `Mt' and `Lk' macros (NetBSD).
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.c b/action.c
index 88c86b44..06ff1e34 100644
--- a/action.c
+++ b/action.c
@@ -172,6 +172,8 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL }, /* Lb */
{ NULL }, /* Ap */
{ NULL }, /* Lp */
+ { NULL }, /* Lk */
+ { NULL }, /* Mt */
};