diff options
author | anton <anton@cvs.openbsd.org> | 2020-12-08 20:17:11 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2020-12-08 20:17:11 +0000 |
commit | 1ebe6ef486d630e7225dfea47b81ceed95af0918 (patch) | |
tree | e84f8c96b348dc350cb47058a4d2daff1a0d54e6 | |
parent | a8a641018311f161b275140db359dcd4432c2be3 (diff) |
correct pseudo-device in synopsis
-rw-r--r-- | share/man/man4/kcov.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/kcov.4 b/share/man/man4/kcov.4 index 023aacd9e53..7972b194734 100644 --- a/share/man/man4/kcov.4 +++ b/share/man/man4/kcov.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kcov.4,v 1.8 2020/08/01 08:40:20 anton Exp $ +.\" $OpenBSD: kcov.4,v 1.9 2020/12/08 20:17:10 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 1 2020 $ +.Dd $Mdocdate: December 8 2020 $ .Dt KCOV 4 .Os .Sh NAME .Nm kcov .Nd kernel code coverage tracing .Sh SYNOPSIS -.Cd pseudo-device kcov 1 +.Cd pseudo-device kcov .Pp .In sys/kcov.h .Sh DESCRIPTION |