=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.132 retrieving revision 1.133 diff -u -p -r1.132 -r1.133 --- mandoc/man_term.c 2012/07/14 10:47:07 1.132 +++ mandoc/man_term.c 2012/07/16 21:59:40 1.133 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.132 2012/07/14 10:47:07 schwarze Exp $ */ +/* $Id: man_term.c,v 1.133 2012/07/16 21:59:40 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012 Ingo Schwarze @@ -771,7 +771,7 @@ pre_SS(DECL_ARGS) break; case (MAN_HEAD): term_fontrepl(p, TERMFONT_BOLD); - p->offset = term_len(p, p->defindent/2); + p->offset = term_len(p, 3); break; case (MAN_BODY): p->offset = mt->offset;