=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- mandoc/man_term.c 2009/06/18 19:54:04 1.15 +++ mandoc/man_term.c 2009/06/18 20:46:19 1.16 @@ -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))