=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.122 retrieving revision 1.123 diff -u -p -r1.122 -r1.123 --- mandoc/mdoc_term.c 2010/05/13 06:22:11 1.122 +++ mandoc/mdoc_term.c 2010/05/15 16:18:23 1.123 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.122 2010/05/13 06:22:11 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.123 2010/05/15 16:18:23 joerg Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -273,7 +273,7 @@ terminal_mdoc(void *arg, const struct mdoc *mdoc) p = (struct termp *)arg; p->overstep = 0; - p->maxrmargin = 78; + p->maxrmargin = p->defrmargin; if (NULL == p->symtab) switch (p->enc) {