=================================================================== RCS file: /cvs/mandoc/Attic/mandoc-db.1,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- mandoc/Attic/mandoc-db.1 2011/04/04 10:53:15 1.1 +++ mandoc/Attic/mandoc-db.1 2011/05/04 20:43:38 1.5 @@ -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.5 2011/05/04 20:43:38 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 4 2011 $ .Dt MANDOC-DB 1 .Os .Sh NAME @@ -59,9 +59,23 @@ 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 +a nil-terminated architecture +.Pq this is not often available +.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 +101,12 @@ 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. +.It Li 0x08 +A configuration as given in the SYNOPSIS section. .El .Pp If a value is encountered outside of this range, the database is