CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/12 13:27:57
Modified files:
usr.bin/mandoc : out.c
Log message:
In mdoc(7) and man(7), if a width is given as a bare number without
specifying a unit, the implied unit is 'n' (on the terminal, one
character position; in PostScript, half of the current font size
in points), not 'u' (roff output device basic unit). No functional
change right now, but important for the upcoming scaling unit fixes.
