diff options
author | 2016-06-15 15:31:27 +0000 | |
---|---|---|
committer | 2016-06-15 15:31:27 +0000 | |
commit | 3bebb6d25a464d2beb495540acbc8e58d40236ff (patch) | |
tree | d8554fc29c0638e7e088e7beebede1ba0030a43d | |
parent | ProgressMeter keeps state. Unfortunately, term is shared between processes. (diff) | |
download | wireguard-openbsd-3bebb6d25a464d2beb495540acbc8e58d40236ff.tar.xz wireguard-openbsd-3bebb6d25a464d2beb495540acbc8e58d40236ff.zip |
no more ktremul; from michal mazurek
-rw-r--r-- | share/man/man9/ktrace.9 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man9/ktrace.9 b/share/man/man9/ktrace.9 index 76e840fcd86..49fbfeaa1fe 100644 --- a/share/man/man9/ktrace.9 +++ b/share/man/man9/ktrace.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.9,v 1.10 2015/09/12 15:02:28 lteo Exp $ +.\" $OpenBSD: ktrace.9,v 1.11 2016/06/15 15:31:27 jmc Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -23,11 +23,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 12 2015 $ +.Dd $Mdocdate: June 15 2016 $ .Dt KTRACE 9 .Os .Sh NAME -.Nm ktremul , .Nm ktrgenio , .Nm ktrnamei , .Nm ktrpsig , @@ -41,8 +40,6 @@ .In sys/ktrace.h .Fn KTRPOINT "struct proc *p" "int type" .Ft void -.Fn ktremul "struct proc *p" "char *emul" -.Ft void .Fn ktrgenio "struct proc *p" "int fd" "enum uio_rw rw" "struct iovec *iov" "int len" "int error" .Ft void .Fn ktrnamei "struct proc *p" "char *path" @@ -71,12 +68,6 @@ Possible values for the argument are a mask of the KTRFAC_ values described in .Xr ktrace 2 . .Pp -.Fn ktremul -should be called every time emulation for the execution environment -is changed and thus the name of which is given in the -.Fa name -argument. -.Pp .Fn ktrgenio should be called for each generic input/output transaction that is described by the |