diff options
| author | Ingo Schwarze <schwarze@openbsd.org> | 2020-07-21 15:10:01 +0000 |
|---|---|---|
| committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-07-21 15:10:01 +0000 |
| commit | 34c3fd437f1b1a9f91c688bf395a99c631b642ed (patch) | |
| tree | 457254f96054c09e8e8c023fc4e684b34c589021 /manconf.h | |
| parent | eb396f5b0bb17fecfc3db0045d2979fa42d4478d (diff) | |
| download | mandoc-34c3fd437f1b1a9f91c688bf395a99c631b642ed.tar.gz 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
