aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.8
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-02 00:21:56 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-02 00:21:56 +0000
commitb505ecce3956d6be1ab0554257d7ce9ead09ff89 (patch)
treef3fb355188472d17ff0826c27fc73d4b50e523ba /mandocdb.8
parentba6b743ba088a1ee889f6315c05711d3e4505d61 (diff)
downloadmandoc-b505ecce3956d6be1ab0554257d7ce9ead09ff89.tar.gz
mandoc-b505ecce3956d6be1ab0554257d7ce9ead09ff89.tar.zst
mandoc-b505ecce3956d6be1ab0554257d7ce9ead09ff89.zip
This is a little gross: Linux and Apple need lots some cajoling to work
with byte-swapping. Tested on Mac. Any Linux machines somebody can test on? Anybody? While here, note the correct byte-size in mandocdb(8) and also note field widths and endianness. The btree is now endian-neutral.
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 4c0ef876..e8e84ec8 100644
--- a/mandocdb.8
+++ b/mandocdb.8
@@ -1,4 +1,4 @@
-.\" $Id: mandocdb.8,v 1.10 2011/12/01 21:05:49 kristaps Exp $
+.\" $Id: mandocdb.8,v 1.11 2011/12/02 00:21:56 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 1 2011 $
+.Dd $Mdocdate: December 2 2011 $
.Dt MANDOCDB 8
.Os
.Sh NAME
@@ -137,11 +137,11 @@ The keyword database,
is a
.Xr btree 3
database of NUL-terminated keywords (record length is non-zero string
-length plus one) mapping to a 8-byte binary field consisting of the
-keyword type and source
+length plus one) mapping to a 12-byte binary field consisting of the
+64-bit keyword type and 32-bit source
.Sx Index Database
-record number.
-The type, a 64-bit bit-mask in host order, consists of the following
+record number, both in network-byte order.
+The typet bit-mask consists of the following
values mapping into
.Xr mdoc 7
macro identifiers: