=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- src/usr.bin/mandoc/main.c 2011/01/16 01:11:50 1.67 +++ src/usr.bin/mandoc/main.c 2011/01/16 19:27:25 1.68 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.67 2011/01/16 01:11:50 schwarze Exp $ */ +/* $Id: main.c,v 1.68 2011/01/16 19:27:25 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -143,6 +143,7 @@ "list type must come first", "tag lists require a width argument", "missing font type", + "skipping end of block that is not open", /* related to bad macro arguments */ "skipping argument",