summaryrefslogtreecommitdiffstatshomepage
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
commit47256a532d0082f2218355ef2693af7e78d4790b (patch)
tree00dec12ad4755f06ff1b2e1618b7585d607b7d99 /action.c
parent8acb3c90fb3c3f33d986c8a11474138a497e1ec9 (diff)
downloadmandoc-47256a532d0082f2218355ef2693af7e78d4790b.tar.gz
mandoc-47256a532d0082f2218355ef2693af7e78d4790b.tar.zst
mandoc-47256a532d0082f2218355ef2693af7e78d4790b.zip
Added `Mt' and `Lk' macros (NetBSD).
Diffstat (limited to 'action.c')
-rw-r--r--action.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/action.c b/action.c
index bb48c917..b776d9e1 100644
--- a/action.c
+++ b/action.c
@@ -1,4 +1,4 @@
-/* $Id: action.c,v 1.38 2009/03/09 13:17:49 kristaps Exp $ */
+/* $Id: action.c,v 1.39 2009/03/09 14:19:59 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -172,6 +172,8 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL }, /* Lb */
{ NULL }, /* Ap */
{ NULL }, /* Lp */
+ { NULL }, /* Lk */
+ { NULL }, /* Mt */
};