=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/out.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/mandoc/out.h 2014/04/20 16:44:44 1.13 +++ src/usr.bin/mandoc/out.h 2014/08/12 19:19:42 1.14 @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.13 2014/04/20 16:44:44 schwarze Exp $ */ +/* $Id: out.h,v 1.14 2014/08/12 19:19:42 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -59,7 +59,7 @@ while (/* CONSTCOND */ 0) #define SCALE_HS_INIT(p, v) \ - do { (p)->unit = SCALE_BU; \ + do { (p)->unit = SCALE_EN; \ (p)->scale = (v); } \ while (/* CONSTCOND */ 0)