summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-06-19 15:39:01 +0000
committerjmc <jmc@openbsd.org>2018-06-19 15:39:01 +0000
commit7ef7b57b0eaacc94e537e22a1abafcdd3313bd04 (patch)
tree543917f8df7b7f09c7124543b2b1b10fc8063442 /lib/libc
parentPass the set thru to deletion operations (we may need to solve_tags!) (diff)
downloadwireguard-openbsd-7ef7b57b0eaacc94e537e22a1abafcdd3313bd04.tar.xz
wireguard-openbsd-7ef7b57b0eaacc94e537e22a1abafcdd3313bd04.zip
use a full stop, as per the other items; from nan xiao
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/ktrace.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 400c38fe30b..be57031fafc 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ktrace.2,v 1.35 2017/11/28 06:03:41 guenther Exp $
+.\" $OpenBSD: ktrace.2,v 1.36 2018/06/19 15:39:01 jmc Exp $
.\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: November 28 2017 $
+.Dd $Mdocdate: June 19 2018 $
.Dt KTRACE 2
.Os
.Sh NAME
@@ -108,7 +108,7 @@ Trace all I/O
.It Dv KTRFAC_PSIG
Trace posted signals.
.It Dv KTRFAC_STRUCT
-Trace various structs
+Trace various structs.
.It Dv KTRFAC_USER
Trace user data coming from
.Xr utrace 2