diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-04 20:43:38 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-04 20:43:38 +0000 |
commit | 33e222d2893cd2543464bbb9c8ed5c7d6a0c57ce (patch) | |
tree | 2b3fb0a3509b64c696f1d599b03862ec048630f5 /mandoc-db.1 | |
parent | c74a9fa3c4aa1003c08cf8571d41c861ec60a6a7 (diff) | |
download | mandoc-33e222d2893cd2543464bbb9c8ed5c7d6a0c57ce.tar.gz |
Grok manual architecture in mandoc-db.c.
Diffstat (limited to 'mandoc-db.1')
-rw-r--r-- | mandoc-db.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mandoc-db.1 b/mandoc-db.1 index d20d05ad..d68f65a1 100644 --- a/mandoc-db.1 +++ b/mandoc-db.1 @@ -69,6 +69,9 @@ 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 @@ -102,6 +105,8 @@ A variable name as given in the SYNOPSIS section. 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 |