=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.150 retrieving revision 1.150.2.1 diff -u -p -r1.150 -r1.150.2.1 --- mandoc/read.c 2016/07/19 16:22:52 1.150 +++ mandoc/read.c 2016/10/18 22:44:29 1.150.2.1 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.150 2016/07/19 16:22:52 schwarze Exp $ */ +/* $Id: read.c,v 1.150.2.1 2016/10/18 22:44:29 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2016 Ingo Schwarze @@ -143,7 +143,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "empty argument, using 0n", "missing display type, using -ragged", "list type is not the first argument", - "missing -width in -tag list, using 8n", + "missing -width in -tag list, using 6n", "missing utility name, using \"\"", "missing function name, using \"\"", "empty head in list item",