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