]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_validate.c
Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argument.
[mandoc.git] / mdoc_validate.c
index 10f51147e6b6ea4fef94f800c9355217da2c6d9e..779b71cb4af80af10c939ff09452e7e83d0df049 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_validate.c,v 1.47 2009/10/19 07:34:44 kristaps Exp $ */
+/*     $Id: mdoc_validate.c,v 1.48 2009/10/19 09:40:23 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -703,8 +703,6 @@ pre_bd(PRE_ARGS)
                case (MDOC_Filled):
                        /* FALLTHROUGH */
                case (MDOC_Literal):
-                       /* FALLTHROUGH */
-               case (MDOC_File):
                        if (0 == type++) 
                                break;
                        return(mdoc_nerr(mdoc, n, EMULTIDISP));