aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit72e26562c1fc079294e29413bc0fc473e7be3bef (patch)
tree2a32a18c956c409bc6579655ba945ef4ebdb1180 /mdoc_action.c
parent7fafcb2c03b038694a5b491d804a46d7436cc167 (diff)
downloadmandoc-72e26562c1fc079294e29413bc0fc473e7be3bef.tar.gz
mandoc-72e26562c1fc079294e29413bc0fc473e7be3bef.tar.zst
mandoc-72e26562c1fc079294e29413bc0fc473e7be3bef.zip
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index 88e70b54..99b392db 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_action.c,v 1.29 2009/07/16 13:17:51 kristaps Exp $ */
+/* $Id: mdoc_action.c,v 1.30 2009/07/17 10:56:57 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *,