From 81404d4003546ae40c60e133ce8e0ddfbde05914 Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 30 Dec 2021 06:55:37 +0000 Subject: [PATCH] minor tweak --- share/man/man4/kcov.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/kcov.4 b/share/man/man4/kcov.4 index 7972b194734..9cbce9ee331 100644 --- a/share/man/man4/kcov.4 +++ b/share/man/man4/kcov.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kcov.4,v 1.9 2020/12/08 20:17:10 anton Exp $ +.\" $OpenBSD: kcov.4,v 1.10 2021/12/30 06:55:37 anton Exp $ .\" .\" Copyright (c) 2018 Anton Lindqvist .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 8 2020 $ +.Dd $Mdocdate: December 30 2021 $ .Dt KCOV 4 .Os .Sh NAME @@ -28,7 +28,7 @@ The .Nm driver implements collection of code coverage inside the kernel. -It can be enabled on a per thread basis from userland, +It can be enabled on a per thread basis from user space, allowing the kernel program counter to be collected during syscalls triggered by the same thread. The collected coverage can be accessed by mapping the device -- 2.20.1