CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 06:55:24
Modified files:
usr.bin/mandoc : cgi.c
Log message:
Make the calltree a bit easier to understand by giving the
functions that call resp_begin_html() names starting with "pg_"
and those called after resp_begin_html() names with "resp_".
No functional change, purely renaming functions.
