CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/08/12 13:19:42
Modified files: usr.bin/mandoc : out.h Log message: The macro SCALE_HS_INIT() is always passed the result of strlen() or an equivalent number as its argument, and strlen() measures the width of a string in characters, not in basic units. No functional change right now, but important for the upcoming scaling unit fixes.