From 298a69c38dd5c8a9bbd7a022e88f4ddbcf885e16 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 15 Sep 2020 15:32:16 +0200 Subject: docs/linux: fix whitespaces in coverage doc --- docs/linux/coverage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux/coverage.md') diff --git a/docs/linux/coverage.md b/docs/linux/coverage.md index 0f0b54db2..1534fa6b3 100644 --- a/docs/linux/coverage.md +++ b/docs/linux/coverage.md @@ -19,7 +19,7 @@ The target-triple prefix is determined based on the `target` config option. ### readelf -`readelf` is used to detect virtual memory offset. +`readelf` is used to detect virtual memory offset. ``` readelf -SW kernel_image @@ -55,7 +55,7 @@ Executor truncates PC values into `uint32` before sending them to `syz-manager` ## Reporting coverage data -`MakeReportGenerator` factory creates an object database for the report. It requires target data, as well as information on the location of the source files and build directory. The first step in building this database is +`MakeReportGenerator` factory creates an object database for the report. It requires target data, as well as information on the location of the source files and build directory. The first step in building this database is extracting the function data from the target binary. ### nm -- cgit mrf-deployment