aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 13:57:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 13:57:35 +0000
commitf6e654658b26268259b9dbe2e365d77cb6cacfab (patch)
tree40e4de3b7049fe8bac3ca81f6dadf02c26ab9bfb /validate.c
parent1880ea9eb39746b72959a2f1863ec8c9dfa566a1 (diff)
downloadmandoc-f6e654658b26268259b9dbe2e365d77cb6cacfab.tar.gz
mandoc-f6e654658b26268259b9dbe2e365d77cb6cacfab.tar.zst
mandoc-f6e654658b26268259b9dbe2e365d77cb6cacfab.zip
Considerably cleaned up list handling.
Diffstat (limited to 'validate.c')
-rw-r--r--validate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/validate.c b/validate.c
index ebd95aee..267e324d 100644
--- a/validate.c
+++ b/validate.c
@@ -1,4 +1,4 @@
-/* $Id: validate.c,v 1.66 2009/03/02 17:14:46 kristaps Exp $ */
+/* $Id: validate.c,v 1.67 2009/03/04 13:57:35 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -22,6 +22,8 @@
#include "private.h"
+/* FIXME: .Bl -diag can't have non-text children in HEAD. */
+
/*
* Pre- and post-validate macros as they're parsed. Pre-validation
* occurs when the macro has been detected and its arguments parsed.