=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tree.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/mandoc/tree.c 2015/02/03 18:37:39 1.28 +++ src/usr.bin/mandoc/tree.c 2015/02/05 00:13:34 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.c,v 1.28 2015/02/03 18:37:39 schwarze Exp $ */ +/* $OpenBSD: tree.c,v 1.29 2015/02/05 00:13:34 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -160,10 +160,7 @@ putchar(' '); if (MDOC_LINE & n->flags) putchar('*'); - printf("%d:%d", n->line, n->pos + 1); - if (n->lastline != n->line) - printf("-%d", n->lastline); - putchar('\n'); + printf("%d:%d\n", n->line, n->pos + 1); } if (n->eqn)