diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-21 14:16:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-21 14:16:05 +0000 |
commit | c5f902924457cd786725c1e4e2aed53581908dd7 (patch) | |
tree | c44cb001319989e52ee66b0d967d7552fba37451 /makewhatis.1 | |
parent | 9d5aa6c4998a8c5a2851bb6512ff1d60bc52c386 (diff) | |
download | mandoc-c5f902924457cd786725c1e4e2aed53581908dd7.tar.gz |
Let descriptions (bit-mask 0x100) also be mined for text. This doubles
the database size (one record for each file), but it's critical
information.
Diffstat (limited to 'makewhatis.1')
-rw-r--r-- | makewhatis.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makewhatis.1 b/makewhatis.1 index 73aab84d..9c74a8d5 100644 --- a/makewhatis.1 +++ b/makewhatis.1 @@ -107,6 +107,8 @@ A standard as given in the STANDARDS section. An author as given in the AUTHORS section. .It Li 0x80 A configuration as given in the SYNOPSIS section. +.It Li 0x100 +Free-form descriptive text as given in the NAME section. .El .Pp The last four bytes are a host-ordered record number within the |