projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eb53128
)
Clarify initial intention
author
Beket <Beket@web>
Thu, 12 Mar 2009 19:37:36 +0000 (12:37 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Thu, 12 Mar 2009 19:37:36 +0000 (12:37 -0700)
docs/howtos/HowToDebugVKernels/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/howtos/HowToDebugVKernels/index.mdwn
b/docs/howtos/HowToDebugVKernels/index.mdwn
index
d3b703d
..
4308ba2
100644
(file)
--- a/
docs/howtos/HowToDebugVKernels/index.mdwn
+++ b/
docs/howtos/HowToDebugVKernels/index.mdwn
@@
-20,7
+20,8
@@
Here comes the fun. I misread the ktrace(1) man page and typed:
[beket@sadness ~]$ ktrace -c ./t_aio
And the system hang.
-(My intention was to track the system calls of t_aio.)
+
+(My intention was to track the system calls of t_aio, but what I typed would actually disable all traces from all process to the t_aio file.)
# Setup a vkernel
To setup a vkernel, please consult this [man page](http://leaf.dragonflybsd.org/cgi/web-man?command=vkernel§ion=ANY).