From: Peter O. <obe...@us...> - 2010-08-20 13:15:06
|
Update of /cvsroot/ltp/utils/analysis/lcov/man In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4380/man Modified Files: genhtml.1 genpng.1 Log Message: lcov: follow Perl naming guidelines Index: genpng.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/genpng.1,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** genpng.1 6 Aug 2010 11:14:38 -0000 1.6 --- genpng.1 20 Aug 2010 13:14:50 -0000 1.7 *************** *** 24,28 **** Note that the .I GD.pm ! PERL module has to be installed for this script to work (it may be obtained from .IR http://www.cpan.org ). --- 24,28 ---- Note that the .I GD.pm ! Perl module has to be installed for this script to work (it may be obtained from .IR http://www.cpan.org ). Index: genhtml.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/genhtml.1,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** genhtml.1 20 Aug 2010 13:08:25 -0000 1.20 --- genhtml.1 20 Aug 2010 13:14:50 -0000 1.21 *************** *** 121,125 **** an overview of the source code as a "clickable" image. Note that this option will slow down output creation noticeably because each source ! code character has to be inspected once. Note also that the GD.pm PERL module has to be installed for this option to work (it may be obtained from http://www.cpan.org). --- 121,125 ---- an overview of the source code as a "clickable" image. Note that this option will slow down output creation noticeably because each source ! code character has to be inspected once. Note also that the GD.pm Perl module has to be installed for this option to work (it may be obtained from http://www.cpan.org). |