Missing a quotation on the Systemtap website
Guanqun Lu
guanqun.lu@gmail.com
Fri Mar 23 16:18:00 GMT 2007
Hi,
I'm not sure whether it's appropriate to report to this list that there is a
trivial mistake on the Systemtap website
http://sources.redhat.com/systemtap/getinvolved.html
The second little script given misses a quotation mark at the end of
the line, which should be:
# stap -c df -e 'probe syscall.* { if (target()==pid()) log(name." ".argstr) } '
^
--
Guanqun
More information about the Systemtap
mailing list