=================================================================== RCS file: /cvs/mandoc/manconf.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/manconf.h 2018/10/02 14:56:47 1.6 +++ mandoc/manconf.h 2018/11/22 11:30:23 1.7 @@ -1,6 +1,6 @@ -/* $Id: manconf.h,v 1.6 2018/10/02 14:56:47 schwarze Exp $ */ +/* $Id: manconf.h,v 1.7 2018/11/22 11:30:23 schwarze Exp $ */ /* - * Copyright (c) 2011, 2015, 2017 Ingo Schwarze + * Copyright (c) 2011, 2015, 2017, 2018 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any @@ -30,6 +30,7 @@ struct manoutput { char *man; char *paper; char *style; + char *tag; size_t indent; size_t width; int fragment;