]> git.cameronkatri.com Git - mandoc.git/blobdiff - manconf.h
Enable generation of the desired delim/basic output with groff(1).
[mandoc.git] / manconf.h
index 80578f6a5f5403d4486eec746b8e3910d5bb063f..bb3761998c8816253259612697bfdca33f9fe4df 100644 (file)
--- a/manconf.h
+++ b/manconf.h
@@ -1,6 +1,6 @@
-/*     $OpenBSD$       */
+/*     $Id: manconf.h,v 1.7 2018/11/22 11:30:23 schwarze Exp $ */
 /*
- * Copyright (c) 2011, 2015 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,11 +30,14 @@ struct      manoutput {
        char     *man;
        char     *paper;
        char     *style;
+       char     *tag;
        size_t    indent;
        size_t    width;
        int       fragment;
        int       mdoc;
+       int       noval;
        int       synopsisonly;
+       int       toc;
 };
 
 struct manconf {
@@ -46,3 +49,4 @@ struct        manconf {
 void    manconf_parse(struct manconf *, const char *, char *, char *);
 int     manconf_output(struct manoutput *, const char *, int);
 void    manconf_free(struct manconf *);
+void    manpath_base(struct manpaths *);