Re: ktremul() no longer exists

2016-06-15 Thread Jason McIntyre
On Wed, Jun 15, 2016 at 10:07:12AM +0200, Michal Mazurek wrote:
> It was removed in March, so remove the last mention of it.
> 

fixed, thanks.
jmc

> Index: share/man/man9/ktrace.9
> ===
> RCS file: /cvs/src/share/man/man9/ktrace.9,v
> retrieving revision 1.10
> diff -u -p -r1.10 ktrace.9
> --- share/man/man9/ktrace.9   12 Sep 2015 15:02:28 -  1.10
> +++ share/man/man9/ktrace.9   15 Jun 2016 08:06:34 -
> @@ -27,7 +27,6 @@
>  .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"
> @@ -70,12 +67,6 @@ Possible values for the
>  .Fa type
>  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
> 
> -- 
> Michal Mazurek
> 



ktremul() no longer exists

2016-06-15 Thread Michal Mazurek
It was removed in March, so remove the last mention of it.

Index: share/man/man9/ktrace.9
===
RCS file: /cvs/src/share/man/man9/ktrace.9,v
retrieving revision 1.10
diff -u -p -r1.10 ktrace.9
--- share/man/man9/ktrace.9 12 Sep 2015 15:02:28 -  1.10
+++ share/man/man9/ktrace.9 15 Jun 2016 08:06:34 -
@@ -27,7 +27,6 @@
 .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"
@@ -70,12 +67,6 @@ Possible values for the
 .Fa type
 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

-- 
Michal Mazurek