=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.98 retrieving revision 1.99 diff -c -r1.98 -r1.99 *** src/usr.bin/mandoc/read.c 2015/02/06 03:31:11 1.98 --- src/usr.bin/mandoc/read.c 2015/02/06 07:12:34 1.99 *************** *** 1,4 **** ! /* $OpenBSD: read.c,v 1.98 2015/02/06 03:31:11 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: read.c,v 1.99 2015/02/06 07:12:34 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze *************** *** 131,138 **** "skipping empty request", "conditional request controls empty scope", "skipping empty macro", "empty argument, using 0n", - "argument count wrong", "missing display type, using -ragged", "list type is not the first argument", "missing -width in -tag list, using 8n", --- 131,138 ---- "skipping empty request", "conditional request controls empty scope", "skipping empty macro", + "empty block", "empty argument, using 0n", "missing display type, using -ragged", "list type is not the first argument", "missing -width in -tag list, using 8n",