aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_headers.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-27 17:37:25 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-27 17:37:25 +0000
commit0376f290310249f2701221cdaaf7138fae3c6989 (patch)
treeaf23aca22eb3b9d3fa8f3fe749fb6ea4ce2e9a72 /mandoc_headers.3
parent0094b52bf5ae4780a23fccaab7adc5bf71c2c161 (diff)
downloadmandoc-0376f290310249f2701221cdaaf7138fae3c6989.tar.gz
mandoc-0376f290310249f2701221cdaaf7138fae3c6989.tar.zst
mandoc-0376f290310249f2701221cdaaf7138fae3c6989.zip
Parse the new man.conf(5) "output" directive.
The next step will be to actually use the parsed data.
Diffstat (limited to 'mandoc_headers.3')
-rw-r--r--mandoc_headers.328
1 files changed, 10 insertions, 18 deletions
diff --git a/mandoc_headers.3 b/mandoc_headers.3
index 79d90fff..12879ea6 100644
--- a/mandoc_headers.3
+++ b/mandoc_headers.3
@@ -366,8 +366,6 @@ from
as an opaque type for function prototypes.
.Pp
When this header is included, the same file should not include
-.Pa manpath.h
-or
.Pa mansearch.h .
.It Qq Pa term.h
Requires
@@ -406,8 +404,7 @@ from
as opaque types for function prototypes.
.Pp
When this header is included, the same file should not include
-.Pa html.h ,
-.Pa manpath.h
+.Pa html.h
or
.Pa mansearch.h .
.It Qq Pa html.h
@@ -441,8 +438,7 @@ from
.Pa chars.c .
.Pp
When this header is included, the same file should not include
-.Pa term.h ,
-.Pa manpath.h
+.Pa term.h
or
.Pa mansearch.h .
.It Qq Pa main.h
@@ -461,25 +457,21 @@ and
from
.Pa libman.h
as opaque types for function prototypes.
-.It Qq Pa manpath.h
+.It Qq Pa manconf.h
Requires
.In sys/types.h
for
.Vt size_t .
.Pp
Provides
-.Vt struct manpaths
+.Vt struct manconf ,
+.Vt struct manpaths ,
+.Vt struct manoutput ,
and the functions
-.Fn manpath_manconf ,
-.Fn manpath_parse ,
+.Fn manconf_parse ,
+.Fn manconf_output ,
and
-.Fn manpath_free .
-.Pp
-When this header is included, the same file should not include
-.Pa out.h ,
-.Pa term.h ,
-or
-.Pa html.h .
+.Fn manconf_free .
.It Qq Pa mansearch.h
Requires
.In sys/types.h
@@ -503,7 +495,7 @@ and
Uses
.Vt struct manpaths
from
-.Pa manpath.h
+.Pa manconf.h
as an opaque type for function prototypes.
.Pp
When this header is included, the same file should not include