aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-20 17:24:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-20 17:24:57 +0000
commit96e92e6c41ad5a446f70c73cc7273bffb8c6c17d (patch)
treeca73752f2b64b786d3473506867479aec008ec12 /mdoc_macro.c
parent9303ba60a32de21215ba72d1fa1d8457f239ee5f (diff)
downloadmandoc-96e92e6c41ad5a446f70c73cc7273bffb8c6c17d.tar.gz
mandoc-96e92e6c41ad5a446f70c73cc7273bffb8c6c17d.tar.zst
mandoc-96e92e6c41ad5a446f70c73cc7273bffb8c6c17d.zip
Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -hang, now) and -column is still pending.
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 63d5ef83..66e5faf0 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.35 2009/09/16 20:49:06 kristaps Exp $ */
+/* $Id: mdoc_macro.c,v 1.36 2009/09/20 17:24:57 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -260,6 +260,7 @@ mdoc_macroend(struct mdoc *m)
static int
lookup(int from, const char *p)
{
+ /* FIXME: make -diag lists be un-PARSED. */
if ( ! (MDOC_PARSED & mdoc_macros[from].flags))
return(MDOC_MAX);