From: Peter O. <obe...@us...> - 2010-08-24 16:16:01
|
Update of /cvsroot/ltp/utils/analysis/lcov/man In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24622/man Modified Files: genhtml.1 geninfo.1 lcov.1 Log Message: lcov: add option to specify a configuration file Provide an option for users to specify a configuration file to lcov. This option may be useful when there is a need to run several instances of a tool with different configuration file options in parallel. Index: genhtml.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/genhtml.1,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** genhtml.1 20 Aug 2010 13:14:50 -0000 1.21 --- genhtml.1 24 Aug 2010 16:15:53 -0000 1.22 *************** *** 60,63 **** --- 60,66 ---- .IR errors ] .br + .RB [ \-\-config\-file + .IR config\-file ] + .br .IR tracefile(s) .RE *************** *** 499,502 **** --- 502,520 ---- .RE + .B \-\-config\-file + .I config\-file + .br + .RS + Specify a configuration file to use. + + When this option is specified, neither the system\-wide configuration file + /etc/lcovrc, nor the per\-user configuration file ~/.lcovrc is read. + + This option may be useful when there is a need to run several + instances of + .B genhtml + with different configuration file options in parallel. + .RE + .SH FILES Index: geninfo.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/geninfo.1,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** geninfo.1 23 Aug 2010 14:47:43 -0000 1.18 --- geninfo.1 24 Aug 2010 16:15:53 -0000 1.19 *************** *** 35,38 **** --- 35,41 ---- .RB [ \-\-external ] .RB [ \-\-no\-external ] + .br + .RB [ \-\-config\-file + .IR config\-file ] .RE .SH DESCRIPTION *************** *** 162,165 **** --- 165,183 ---- .RE + .B \-\-config\-file + .I config\-file + .br + .RS + Specify a configuration file to use. + + When this option is specified, neither the system\-wide configuration file + /etc/lcovrc, nor the per\-user configuration file ~/.lcovrc is read. + + This option may be useful when there is a need to run several + instances of + .B geninfo + with different configuration file options in parallel. + .RE + .B \-\-external .br Index: lcov.1 =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/man/lcov.1,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** lcov.1 23 Aug 2010 16:14:37 -0000 1.24 --- lcov.1 24 Aug 2010 16:15:53 -0000 1.25 *************** *** 43,46 **** --- 43,49 ---- .RB [ \-\-no\-external ] .br + .RB [ \-\-config\-file + .IR config\-file ] + .br .RE *************** *** 67,70 **** --- 70,76 ---- .RB [ \-\-no\-list\-full\-path ] .br + .RB [ \-\-config\-file + .IR config\-file ] + .br .RE *************** *** 80,83 **** --- 86,91 ---- .br .RB [ \-q | \-\-quiet ] + .RB [ \-\-config\-file + .IR config\-file ] .br .RE *************** *** 94,97 **** --- 102,108 ---- .br .RB [ \-q | \-\-quiet ] + .RB [ \-\-config\-file + .IR config\-file ] + .br .RE *************** *** 107,110 **** --- 118,123 ---- .br .RB [ \-q | \-\-quiet ] + .RB [ \-\-config\-file + .IR config\-file ] .br .RE *************** *** 127,130 **** --- 140,146 ---- .RB [ \-q | \-\-quiet ] .br + .RB [ \-\-config\-file + .IR config\-file ] + .br .RE *************** *** 294,297 **** --- 310,328 ---- .RE + .B \-\-config\-file + .I config\-file + .br + .RS + Specify a configuration file to use. + + When this option is specified, neither the system\-wide configuration file + /etc/lcovrc, nor the per\-user configuration file ~/.lcovrc is read. + + This option may be useful when there is a need to run several + instances of + .B lcov + with different configuration file options in parallel. + .RE + .B \-\-convert\-filenames .br |