=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- src/usr.bin/mandoc/read.c 2017/06/04 00:08:56 1.142 +++ src/usr.bin/mandoc/read.c 2017/06/06 15:00:56 1.143 @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.142 2017/06/04 00:08:56 schwarze Exp $ */ +/* $OpenBSD: read.c,v 1.143 2017/06/06 15:00:56 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -223,6 +223,7 @@ "NOT IMPLEMENTED: Bd -file", "skipping display without arguments", "missing list type, using -item", + "argument is not numeric, using 1", "missing manual name, using \"\"", "uname(3) system call failed, using UNKNOWN", "unknown standard specifier",