summaryrefslogtreecommitdiffstats
path: root/mdoc_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-17 10:56:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-17 10:56:57 +0000
commite9573f136b1ae4896155ec0066bf3f7ef8bd4de0 (patch)
treea381f04866bc6e23d3d8336d4560a7a34f9c2721 /mdoc_action.c
parent29d2cd44871e73c9fa0e17ee3a7171e571619a84 (diff)
downloadmandoc-e9573f136b1ae4896155ec0066bf3f7ef8bd4de0.tar.gz
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index b3e471fc..42e1e390 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -172,6 +172,8 @@ const struct actions mdoc_actions[MDOC_MAX] = {
{ NULL, NULL }, /* En */
{ NULL, NULL }, /* Dx */
{ NULL, NULL }, /* %Q */
+ { NULL, NULL }, /* br */
+ { NULL, NULL }, /* sp */
};
static int concat(struct mdoc *, const struct mdoc_node *,