OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ingo Schwarze (schwarzecvs.openbsd.org)
Date: Sun May 19 2013 - 16:05:29 CDT


CVSROOT: /cvs
Module name: src
Changes by: schwarzecvs.openbsd.org 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.