aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-12-25 16:53:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-12-25 16:53:51 +0000
commitedc2864f44502c5d9f45664a5d58f03c4146ca27 (patch)
tree6fbe15f6fc3c0b482bfe37eef95aa0653781a6df /mandocdb.8
parent0c0e6315b693c775634281199f1983184acff5e5 (diff)
downloadmandoc-edc2864f44502c5d9f45664a5d58f03c4146ca27.tar.gz
mandoc-edc2864f44502c5d9f45664a5d58f03c4146ca27.tar.zst
mandoc-edc2864f44502c5d9f45664a5d58f03c4146ca27.zip
Use the traditional name "whatis.db" for the mandocdb(8) databases.
Requested by deraadt@, ok kristaps@.
Diffstat (limited to 'mandocdb.8')
-rw-r--r--mandocdb.812
1 files changed, 6 insertions, 6 deletions
diff --git a/mandocdb.8 b/mandocdb.8
index 270bab92..1c277642 100644
--- a/mandocdb.8
+++ b/mandocdb.8
@@ -1,4 +1,4 @@
-.\" $Id: mandocdb.8,v 1.15 2011/12/25 13:08:12 schwarze Exp $
+.\" $Id: mandocdb.8,v 1.16 2011/12/25 16:53:51 schwarze Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -119,7 +119,7 @@ is printed to stderr, omitted from the index, and the parse continues
with the next input file.
.Ss Index Database
The index database,
-.Pa mandoc.index ,
+.Pa whatis.index ,
is a
.Xr recno 3
database with record values consisting of
@@ -155,7 +155,7 @@ Each of the above is NUL-terminated.
If the record value is zero-length, it is unassigned.
.Ss Keyword Database
The keyword database,
-.Pa mandoc.db ,
+.Pa whatis.db ,
is a
.Xr btree 3
database of NUL-terminated keywords (record length is non-zero string
@@ -221,12 +221,12 @@ or
respectively, grows as a multiple of the index length and input size.
.Sh FILES
.Bl -tag -width Ds
-.It Pa mandoc.db
+.It Pa whatis.db
A
.Xr btree 3
keyword database mapping keywords to a type and file reference in
-.Pa mandoc.index .
-.It Pa mandoc.index
+.Pa whatis.index .
+.It Pa whatis.index
A
.Xr recno 3
database of indexed file-names.