=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/mandoc/read.c 2014/10/11 21:14:11 1.65 +++ src/usr.bin/mandoc/read.c 2014/10/12 19:10:56 1.66 @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.65 2014/10/11 21:14:11 schwarze Exp $ */ +/* $OpenBSD: read.c,v 1.66 2014/10/12 19:10:56 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -143,6 +143,7 @@ "missing font type, using \\fR", "unknown font type, using \\fR", "missing -std argument, adding it", + "missing eqn box, using \"\"", /* related to bad macro arguments */ "unterminated quoted argument", @@ -173,7 +174,6 @@ "equation scope open on exit", "overlapping equation scopes", "unexpected end of equation", - "equation syntax error", /* related to tables */ "bad table syntax",