diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 17:24:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 17:24:57 +0000 |
commit | 396ee848349c2dbdf6a6a9d1504ccc8691b549ae (patch) | |
tree | a6b50d495a468e54dc7168596a26531e3e73a306 /mdoc_macro.c | |
parent | 3887dad3acd2d97b8ea329afe3d54d1b211ea8e4 (diff) | |
download | mandoc-396ee848349c2dbdf6a6a9d1504ccc8691b549ae.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index 9e70cc80..a00ecab7 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -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); |