summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2018-08-21 18:09:34 +0000
committeranton <anton@openbsd.org>2018-08-21 18:09:34 +0000
commit7736bf047726273c6e14ad6a011981f7dd340256 (patch)
treeb80daa5332390eb00cf46a5c6164c07e7bc0079d
parentRework kcov kernel config. Instead of treating kcov as both an option and a (diff)
downloadwireguard-openbsd-7736bf047726273c6e14ad6a011981f7dd340256.tar.xz
wireguard-openbsd-7736bf047726273c6e14ad6a011981f7dd340256.zip
cope with latest config changes; ok jmc@
-rw-r--r--share/man/man4/kcov.418
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/kcov.4 b/share/man/man4/kcov.4
index 5c5ab815510..c94114f8d5a 100644
--- a/share/man/man4/kcov.4
+++ b/share/man/man4/kcov.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kcov.4,v 1.2 2018/08/19 17:17:44 jmc Exp $
+.\" $OpenBSD: kcov.4,v 1.3 2018/08/21 18:09:34 anton Exp $
.\"
.\" Copyright (c) 2018 Anton Lindqvist <anton@openbsd.org>
.\"
@@ -14,14 +14,14 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 19 2018 $
+.Dd $Mdocdate: August 21 2018 $
.Dt KCOV 4
.Os
.Sh NAME
.Nm kcov
.Nd kernel code coverage tracing
.Sh SYNOPSIS
-.Cd option KCOV
+.Cd pseudo-device kcov 1
.Pp
.In sys/kcov.h
.Sh DESCRIPTION
@@ -37,11 +37,11 @@ using
.Pp
By default,
.Nm
-is not enabled but requires the compile-time configuration
-.Cd option KCOV
-to be present;
-see
-.Xr options 4 .
+is not enabled but instead requires the following line to be present in the
+kernel configuration:
+.Bd -literal -offset indent
+pseudo-device kcov 1
+.Ed
.Pp
The following
.Xr ioctl 2
@@ -121,7 +121,7 @@ main(void)
}
.Ed
.Sh SEE ALSO
-.Xr options 4
+.Xr files.conf 5
.Sh HISTORY
The
.Nm