summaryrefslogtreecommitdiffstats
path: root/mandoc_headers.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-30 22:22:05 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-30 22:22:05 +0000
commite0f9c02dd5dee1df8e149da1939b6071f0340b66 (patch)
tree90313b46248d8a19bf0c687b62398d3256ab2999 /mandoc_headers.3
parentdccdeb2090771da13942bf2e6b697d93e2905e4f (diff)
downloadmandoc-e0f9c02dd5dee1df8e149da1939b6071f0340b66.tar.gz
delete documentation of some stuff that no longer exists,
mostly about SQLite3; noticed by Jan Stary <hans at stare dor cz>
Diffstat (limited to 'mandoc_headers.3')
-rw-r--r--mandoc_headers.310
1 files changed, 5 insertions, 5 deletions
diff --git a/mandoc_headers.3 b/mandoc_headers.3
index b8c204bb..a9130646 100644
--- a/mandoc_headers.3
+++ b/mandoc_headers.3
@@ -198,9 +198,10 @@ or
.El
.Ss Parser internals
The following headers require inclusion of a parser interface header
-before they can be included. All parser interface headers should
-precede all parser internal headers. When any parser internal headers
-are included, the same file should not include any formatter headers.
+before they can be included.
+All parser interface headers should precede all parser internal headers.
+When any parser internal headers are included, the same file should
+not include any formatter headers.
.Bl -tag -width Ds
.It Qq Pa libmandoc.h
Requires
@@ -506,8 +507,7 @@ Provides
.Vt struct manpage ,
.Vt struct mansearch ,
and the functions
-.Fn mansearch_setup ,
-.Fn mansearch ,
+.Fn mansearch
and
.Fn mansearch_free .
.Pp