=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- src/usr.bin/mandoc/read.c 2018/08/24 22:56:37 1.171 +++ src/usr.bin/mandoc/read.c 2018/08/25 16:43:52 1.172 @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.171 2018/08/24 22:56:37 schwarze Exp $ */ +/* $OpenBSD: read.c,v 1.172 2018/08/25 16:43:52 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2018 Ingo Schwarze @@ -196,6 +196,7 @@ "unknown library name", "invalid content in Rs block", "invalid Boolean argument", + "argument contains two font escapes", "unknown font, skipping request", "odd number of characters in request", @@ -250,6 +251,7 @@ "skipping display without arguments", "missing list type, using -item", "argument is not numeric, using 1", + "argument is not a character", "missing manual name, using \"\"", "uname(3) system call failed, using UNKNOWN", "unknown standard specifier",