From 65dc168510767708e266ed70c10c9e2a646424fa Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 18 Jun 2009 20:46:19 +0000 Subject: Added nchild decrement in libman (not used, but better in than forgotten). Added nchild to libmdoc, deprecated count() functions in validator. --- man_term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index d416069b..8b1c6236 100644 --- a/man_term.c +++ b/man_term.c @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.15 2009/06/18 19:54:04 kristaps Exp $ */ +/* $Id: man_term.c,v 1.16 2009/06/18 20:46:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -325,6 +325,7 @@ pre_TP(DECL_ARGS) size_t offs; term_vspace(p); + p->offset = INDENT; if (NULL == (nn = n->child)) -- cgit v1.2.3-56-ge451