aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit18782f6158964a06db7d2eb086891ca5da9758f2 (patch)
tree9255be7c677fa60dd20c47d9a17b8fd75d8ea9d3 /mandoc_headers.3
parent918918e963e1f44e9a698bbd05c3b8c4589a0add (diff)
downloadmandoc-18782f6158964a06db7d2eb086891ca5da9758f2.tar.gz
mandoc-18782f6158964a06db7d2eb086891ca5da9758f2.tar.zst
mandoc-18782f6158964a06db7d2eb086891ca5da9758f2.zip
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