=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/manconf.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/mandoc/manconf.h 2017/07/01 09:47:23 1.5 +++ src/usr.bin/mandoc/manconf.h 2018/10/02 14:56:36 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: manconf.h,v 1.5 2017/07/01 09:47:23 schwarze Exp $ */ +/* $OpenBSD: manconf.h,v 1.6 2018/10/02 14:56:36 schwarze Exp $ */ /* * Copyright (c) 2011, 2015, 2017 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -34,8 +34,9 @@ size_t width; int fragment; int mdoc; - int synopsisonly; int noval; + int synopsisonly; + int toc; }; struct manconf {