From 7024cad88e9f95cb6215510d7088cbc44ff70d9b Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 12 Mar 2010 17:36:02 -0500 Subject: Minor corrections to inode-watch.stp example. --- doc/tutorial.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.tex b/doc/tutorial.tex index 2553f711..609850ab 100644 --- a/doc/tutorial.tex +++ b/doc/tutorial.tex @@ -463,9 +463,9 @@ probe kernel.function ("vfs_write"), printf ("%s(%d) %s 0x%x/%u\n", execname(), pid(), probefunc(), dev_nr, inode_nr) } -# stat -c '%D %i' /etc/crontab +# stat -c "%D %i" /etc/crontab fd03 133099 -# stap inode-watch.stp 8 3 988136 +# stap inode-watch.stp 0xfd 3 133099 more(30789) vfs_read 0xfd00003/133099 more(30789) vfs_read 0xfd00003/133099 \end{verbatim} -- cgit