aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/manconf.h
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-19 13:43:05 +0300
committerCem Keylan <cem@ckyln.com>2020-10-19 13:43:05 +0300
commit75666cb76815ffd35a30153c6cabc53601e9e2de (patch)
tree89385348ea2708d9371704e188bcd1004d7a589a /usr.bin/mandoc/manconf.h
parent2171aa6ddbd6f9cbec58ac40ae0b5e511d1b871a (diff)
downloadotools-75666cb76815ffd35a30153c6cabc53601e9e2de.tar.gz
usr.bin: update to 6.8
Diffstat (limited to 'usr.bin/mandoc/manconf.h')
-rw-r--r--usr.bin/mandoc/manconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mandoc/manconf.h b/usr.bin/mandoc/manconf.h
index 4cc623f..5073121 100644
--- a/usr.bin/mandoc/manconf.h
+++ b/usr.bin/mandoc/manconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: manconf.h,v 1.8 2020/04/02 22:10:27 schwarze Exp $ */
+/* $OpenBSD: manconf.h,v 1.9 2020/07/21 15:08:49 schwarze Exp $ */
/*
* Copyright (c) 2011,2015,2017,2018,2020 Ingo Schwarze <schwarze@openbsd.org>
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -31,9 +31,11 @@ struct manpaths {
struct manoutput {
char *includes;
char *man;
+ char *outfilename;
char *paper;
char *style;
char *tag;
+ char *tagfilename;
size_t indent;
size_t width;
int fragment;