=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- src/usr.bin/mandoc/man.c 2014/08/08 16:05:42 1.86 +++ src/usr.bin/mandoc/man.c 2014/09/06 23:24:27 1.87 @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.86 2014/08/08 16:05:42 schwarze Exp $ */ +/* $OpenBSD: man.c,v 1.87 2014/09/06 23:24:27 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -468,13 +468,6 @@ enum mant tok; int i, ppos; int bline; - - if ('"' == buf[offs]) { - mandoc_msg(MANDOCERR_COMMENT_BAD, man->parse, - ln, offs, NULL); - return(1); - } else if ('\0' == buf[offs]) - return(1); ppos = offs;