CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/26 16:13:58
Modified files:
usr.bin/mandoc : main.c
Log message:
Refactoring, no functional change:
Seperate the code to read and parse a PART of a page (new function pdesc())
from the code to finish and output a FULL page (function fdesc());
in preparation for .so support.
