summaryrefslogtreecommitdiffstatshomepage
path: root/validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-21 15:34:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-21 15:34:46 +0000
commit82f95d740250f9802dd32d845731167161f7ee8e (patch)
treea52a4a709a3c3c11f930c829e831dede7ec6d017 /validate.c
parent42e8be336a5fb9b91fff3550e7a9a2a286840b16 (diff)
downloadmandoc-82f95d740250f9802dd32d845731167161f7ee8e.tar.gz
mandoc-82f95d740250f9802dd32d845731167161f7ee8e.tar.zst
mandoc-82f95d740250f9802dd32d845731167161f7ee8e.zip
A few more macros in place.
Diffstat (limited to 'validate.c')
-rw-r--r--validate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/validate.c b/validate.c
index 77df2def..27537588 100644
--- a/validate.c
+++ b/validate.c
@@ -1,4 +1,4 @@
-/* $Id: validate.c,v 1.48 2009/02/21 14:56:58 kristaps Exp $ */
+/* $Id: validate.c,v 1.49 2009/02/21 15:34:46 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -709,6 +709,7 @@ pre_it(struct mdoc *mdoc, struct mdoc_node *node)
{
/* TODO: -width attribute must be specified for -tag. */
+ /* TODO: children too big for -width? */
if (MDOC_BLOCK != node->type)
return(1);