]> git.cameronkatri.com Git - mandoc.git/blobdiff - manconf.h
The .Dd and .TH macros must interrupt .ce, too;
[mandoc.git] / manconf.h
index 80578f6a5f5403d4486eec746b8e3910d5bb063f..b4cd31646c913cf7886b322fc56c98bb77e5835f 100644 (file)
--- a/manconf.h
+++ b/manconf.h
@@ -1,6 +1,6 @@
-/*     $OpenBSD$       */
+/*     $Id: manconf.h,v 1.5 2017/07/01 09:47:30 schwarze Exp $ */
 /*
- * Copyright (c) 2011, 2015 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2011, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -35,6 +35,7 @@ struct        manoutput {
        int       fragment;
        int       mdoc;
        int       synopsisonly;
+       int       noval;
 };
 
 struct manconf {
@@ -46,3 +47,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 *);