aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manconf.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-07-21 15:10:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-07-21 15:10:01 +0000
commit34c3fd437f1b1a9f91c688bf395a99c631b642ed (patch)
tree457254f96054c09e8e8c023fc4e684b34c589021 /manconf.h
parenteb396f5b0bb17fecfc3db0045d2979fa42d4478d (diff)
downloadmandoc-34c3fd437f1b1a9f91c688bf395a99c631b642ed.tar.gz
mandoc-34c3fd437f1b1a9f91c688bf395a99c631b642ed.tar.zst
mandoc-34c3fd437f1b1a9f91c688bf395a99c631b642ed.zip
undocumented options -O outfilename and -O tagfilename
to support regression testing without a tty; no user visible change intended
Diffstat (limited to 'manconf.h')
-rw-r--r--manconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/manconf.h b/manconf.h
index 34ee6201..c84409d7 100644
--- a/manconf.h
+++ b/manconf.h
@@ -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;