=================================================================== RCS file: /cvs/mandoc/mandoc.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/mandoc.c 2010/07/21 20:35:03 1.25 +++ mandoc/mandoc.c 2010/07/22 14:03:50 1.26 @@ -1,4 +1,4 @@ -/* $Id: mandoc.c,v 1.25 2010/07/21 20:35:03 kristaps Exp $ */ +/* $Id: mandoc.c,v 1.26 2010/07/22 14:03:50 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -109,6 +109,9 @@ mandoc_special(char *p) case ('\''): term = '\''; break; + case ('0'): + i++; + /* FALLTHROUGH */ default: len = 1; p--;