]> git.cameronkatri.com Git - mandoc.git/blobdiff - manconf.h
If messages are shown and output is printed without a pager, display
[mandoc.git] / manconf.h
index babd463b46294119b0fc0c4311666e874ad21618..bb3761998c8816253259612697bfdca33f9fe4df 100644 (file)
--- a/manconf.h
+++ b/manconf.h
@@ -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 <schwarze@openbsd.org>
+ * Copyright (c) 2011, 2015, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * 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;