=================================================================== RCS file: /cvs/mandoc/man.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/man.c 2009/06/22 13:09:17 1.25 +++ mandoc/man.c 2009/07/04 09:01:55 1.26 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.25 2009/06/22 13:09:17 kristaps Exp $ */ +/* $Id: man.c,v 1.26 2009/07/04 09:01:55 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -471,6 +471,9 @@ man_err(struct man *m, int line, int pos, break; case (WNOTITLE): p = "document has no title/section"; + break; + case (WESCAPE): + p = "invalid escape sequence"; break; } assert(p);