CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/09 09:31:46
Modified files:
usr.bin/mandoc : man_html.c mdoc_html.c
Log message:
Remove an unused variable, and use int for array indices (not size_t);
found by lint(1), fixed by kristaps@, no functional change.
