=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/mandoc/read.c 2014/07/04 16:11:41 1.39 --- src/usr.bin/mandoc/read.c 2014/07/05 01:11:33 1.40 *************** *** 1,4 **** ! /* $Id: read.c,v 1.39 2014/07/04 16:11:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: read.c,v 1.40 2014/07/05 01:11:33 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze *************** *** 123,128 **** --- 123,129 ---- "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",