summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-03 14:12:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-03 14:12:48 +0000
commit206c5d5a8b5bd606ee0b17d3e0bd27bc5186cd93 (patch)
tree748a33e2b25243e8f9994f6010da19391f0cd9af /mdoc_validate.c
parente2afc6f7327836c862d47783571b5f518d1bb517 (diff)
downloadmandoc-206c5d5a8b5bd606ee0b17d3e0bd27bc5186cd93.tar.gz
Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH isn't specified.
Diffstat (limited to 'mdoc_validate.c')
-rw-r--r--mdoc_validate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_validate.c b/mdoc_validate.c
index af5d5ad1..02b345ba 100644
--- a/mdoc_validate.c
+++ b/mdoc_validate.c
@@ -627,6 +627,8 @@ pre_bl(PRE_ARGS)
* over. If we don't do this, mdoc_action will
* become confused when it scans over multiple
* types whilst setting its bitmasks.
+ *
+ * FIXME: this should occur in mdoc_action.c.
*/
if (type >= 0) {
if ( ! mdoc_nwarn(mdoc, n, EMULTILIST))