]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_validate.c
Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists.
[mandoc.git] / mdoc_validate.c
index 15e106375ab7db2f1e1021e08cdc61a06c9e04ff..797642aaf7aec3194435aa39c171baf7c04b3ce7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_validate.c,v 1.38 2009/07/20 15:05:34 kristaps Exp $ */
+/*     $Id: mdoc_validate.c,v 1.39 2009/07/23 08:36:32 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -1029,7 +1029,7 @@ post_it(POST_ARGS)
                for (i = 0; c && MDOC_HEAD == c->type; c = c->next)
                        i++;
 
-               if (i < cols) {
+               if (i < cols || i == (cols + 1)) {
                        if ( ! mdoc_vwarn(mdoc, mdoc->last->line, 
                                        mdoc->last->pos, "column "
                                        "mismatch: have %d, want %d",