=================================================================== RCS file: /cvs/mandoc/manconf.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/manconf.h 2017/01/27 13:47:10 1.3 +++ mandoc/manconf.h 2017/02/10 15:45:28 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: manconf.h,v 1.3 2017/01/27 13:47:10 schwarze Exp $ */ +/* $OpenBSD: manconf.h,v 1.4 2017/02/10 15:45:28 schwarze Exp $ */ /* * Copyright (c) 2011, 2015 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -35,6 +35,7 @@ struct manoutput { int fragment; int mdoc; int synopsisonly; + int noval; }; struct manconf {