summaryrefslogtreecommitdiffstats
path: root/manconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'manconf.h')
-rw-r--r--manconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/manconf.h b/manconf.h
index cb3a883a..20973366 100644
--- a/manconf.h
+++ b/manconf.h
@@ -34,8 +34,9 @@ struct manoutput {
size_t width;
int fragment;
int mdoc;
- int synopsisonly;
int noval;
+ int synopsisonly;
+ int toc;
};
struct manconf {