We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d3dc commit 02d007cCopy full SHA for 02d007c
man/genhtml.1
@@ -227,6 +227,9 @@ and
227
.B lcov
228
tools which are found from glob-match pattern(s)
229
.I tracefile_pattern.
230
+See man
231
+.B geninfo(1) for a description of the tracefile format.
232
+
233
Features include:
234
235
.IP \(bu 3
man/lcov.1
@@ -6,7 +6,13 @@
6
lcov \- a graphical GCOV front\-end
7
.SH SYNOPSIS
8
9
-Capture coverage data tracefile (from compiler-generated data):
+Capture coverage data tracefile (from compiler-generated data).
10
+.br
11
+The lcov tracefile
12
+.I (".info" file)
13
+format is described in man
14
+.B geninfo(1).
15
16
.br
17
18
.RS 3
0 commit comments