From cc61d00ed522f99c9f1a34fcc6add2d202942885 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 2 Oct 2018 14:56:47 +0000 Subject: Add an option -T html -O toc to add a brief table of contents near the top of HTML pages containing at least two non-standard sections. Suggested by Adam Kalisz and discussed with kristaps@ during EuroBSDCon 2018. --- manconf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manconf.h') diff --git a/manconf.h b/manconf.h index b4cd3164..babd463b 100644 --- a/manconf.h +++ b/manconf.h @@ -1,4 +1,4 @@ -/* $Id: manconf.h,v 1.5 2017/07/01 09:47:30 schwarze Exp $ */ +/* $Id: manconf.h,v 1.6 2018/10/02 14:56:47 schwarze Exp $ */ /* * Copyright (c) 2011, 2015, 2017 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -34,8 +34,9 @@ struct manoutput { size_t width; int fragment; int mdoc; - int synopsisonly; int noval; + int synopsisonly; + int toc; }; struct manconf { -- cgit v1.2.3-56-ge451