CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/19 15:05:29
Modified files:
usr.bin/mandoc : mdoc_man.c
Log message:
Move printing of the .RS macro into print_offs() such that print_offs()
takes care of printing the whole line. This reduces code duplication -
in particular after the upcoming commit to repair .Bl -offset -
and makes print_offs() more similar to what print_width() does.
No functional change.
