=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.86 retrieving revision 1.87 diff -c -r1.86 -r1.87 *** src/usr.bin/mandoc/man_term.c 2012/07/14 10:43:48 1.86 --- src/usr.bin/mandoc/man_term.c 2012/07/16 21:58:39 1.87 *************** *** 1,4 **** ! /* $Id: man_term.c,v 1.86 2012/07/14 10:43:48 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012 Ingo Schwarze --- 1,4 ---- ! /* $Id: man_term.c,v 1.87 2012/07/16 21:58:39 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012 Ingo Schwarze *************** *** 767,773 **** break; case (MAN_HEAD): term_fontrepl(p, TERMFONT_BOLD); ! p->offset = term_len(p, p->defindent/2); break; case (MAN_BODY): p->offset = mt->offset; --- 767,773 ---- break; case (MAN_HEAD): term_fontrepl(p, TERMFONT_BOLD); ! p->offset = term_len(p, 3); break; case (MAN_BODY): p->offset = mt->offset;