Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions man/genhtml.1
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ and
.B lcov
tools which are found from glob-match pattern(s)
.I tracefile_pattern.
See man
.B geninfo(1) for a description of the tracefile format.

Features include:

.IP \(bu 3
Expand Down
8 changes: 7 additions & 1 deletion man/lcov.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
lcov \- a graphical GCOV front\-end
.SH SYNOPSIS

Capture coverage data tracefile (from compiler-generated data):
Capture coverage data tracefile (from compiler-generated data).
.br
The lcov tracefile
.I (".info" file)
format is described in man
.B geninfo(1).

.br

.RS 3
Expand Down