summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-18 20:46:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-18 20:46:19 +0000
commit02772d7cbebdade86dabcbbc9d19e72db2bd0b43 (patch)
treecd69db8c6dcccdbdc0b519f7d88aaacc22dbac4d /man_term.c
parente2d8679f361643c8410c69f218268085075bc428 (diff)
downloadmandoc-02772d7cbebdade86dabcbbc9d19e72db2bd0b43.tar.gz
Added nchild decrement in libman (not used, but better in than forgotten).
Added nchild to libmdoc, deprecated count() functions in validator.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index 7d09940a..58f6f277 100644
--- a/man_term.c
+++ b/man_term.c
@@ -325,6 +325,7 @@ pre_TP(DECL_ARGS)
size_t offs;
term_vspace(p);
+
p->offset = INDENT;
if (NULL == (nn = n->child))