diff options
| author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 13:57:35 +0000 |
|---|---|---|
| committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 13:57:35 +0000 |
| commit | f6e654658b26268259b9dbe2e365d77cb6cacfab (patch) | |
| tree | 40e4de3b7049fe8bac3ca81f6dadf02c26ab9bfb /validate.c | |
| parent | 1880ea9eb39746b72959a2f1863ec8c9dfa566a1 (diff) | |
| download | mandoc-f6e654658b26268259b9dbe2e365d77cb6cacfab.tar.gz mandoc-f6e654658b26268259b9dbe2e365d77cb6cacfab.zip | |
Considerably cleaned up list handling.
Diffstat (limited to 'validate.c')
| -rw-r--r-- | validate.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
