summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-21 21:00:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-21 21:00:06 +0000
commit60e35d64ece3aeaabb2d0c25b9ab5c651c0bb48d (patch)
treece372bcf5575640cc1bf04d6bef8f0d0c3149854 /action.c
parent90b7feb891f3f87751c0a0c0b57b38c8834ede8e (diff)
downloadmandoc-60e35d64ece3aeaabb2d0c25b9ab5c651c0bb48d.tar.gz
Split mdocml -> mdocterm, mdoctree (new manuals, etc.).
Escape-recognition term.c.
Diffstat (limited to 'action.c')
-rw-r--r--action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.c b/action.c
index 851910c4..1ffb2993 100644
--- a/action.c
+++ b/action.c
@@ -216,6 +216,7 @@ post_dt(struct mdoc *mdoc)
assert(NULL == mdoc->meta.title);
+ /* LINTED */
for (i = 0, n = mdoc->last->child; n; n = n->next, i++) {
assert(MDOC_TEXT == n->type);
p = n->data.text.string;