=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- src/usr.bin/mandoc/man_term.c 2013/10/17 20:51:30 1.91 +++ src/usr.bin/mandoc/man_term.c 2013/11/11 00:35:51 1.92 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.91 2013/10/17 20:51:30 schwarze Exp $ */ +/* $Id: man_term.c,v 1.92 2013/11/11 00:35:51 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -675,6 +675,7 @@ break; case (MAN_BODY): term_newln(p); + p->offset = mt->offset; break; default: break; @@ -762,6 +763,7 @@ break; case (MAN_BODY): term_newln(p); + p->offset = mt->offset; break; default: break;