diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-15 15:31:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-15 15:31:28 +0000 |
commit | 0353d7975bcf238fa0f71605261fcf9408afd8b4 (patch) | |
tree | 331064bf8a44312371b8e29705ffbb04eeebc33d | |
parent | 3f92c505855dc5363b3e60b6dc034b370f40d8e9 (diff) |
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 |