=================================================================== RCS file: /cvs/mandoc/Attic/mandoc-db.1,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/Attic/mandoc-db.1 2011/04/04 10:53:15 1.1 +++ mandoc/Attic/mandoc-db.1 2011/05/03 14:39:27 1.4 @@ -1,4 +1,4 @@ -.\" $Id: mandoc-db.1,v 1.1 2011/04/04 10:53:15 kristaps Exp $ +.\" $Id: mandoc-db.1,v 1.4 2011/05/03 14:39:27 kristaps Exp $ .\" .\" Copyright (c) 2011 Kristaps Dzonsons .\" @@ -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: April 4 2011 $ +.Dd $Mdocdate: May 3 2011 $ .Dt MANDOC-DB 1 .Os .Sh NAME @@ -59,9 +59,20 @@ The index database, .Pa mandoc.index , is a .Xr recno 3 -database of nil-terminated filenames (record length is non-zero string -length plus one) passed to -.Nm . +database with record values consisting of +.Pp +.Bl -enum -compact +.It +a nil-terminated filename, +.It +a nil-terminated manual section, +.It +a nil-terminated manual title, +.It +and a nil-terminated description. +.El +.Pp +Both the manual section and description may be zero-length. Entries are sequentially-numbered, but the filenames are unordered. .Ss Keyword Database The keyword database, @@ -87,6 +98,10 @@ A utility name as given in the SYNOPSIS section. An include file as given in the SYNOPSIS section. .It Li 0x05 A variable name as given in the SYNOPSIS section. +.It Li 0x06 +A standard as given in the STANDARDS section. +.It Li 0x07 +An author as given in the AUTHORS section. .El .Pp If a value is encountered outside of this range, the database is