summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2010-03-12 17:36:02 -0500
committerWilliam Cohen <wcohen@redhat.com>2010-03-12 17:36:02 -0500
commit7024cad88e9f95cb6215510d7088cbc44ff70d9b (patch)
tree9d059b76d48c9aa9a05574ffdac745042a152e2b /doc
parent8d2d198796f66c82b7147cd9167c1a43265b9ba2 (diff)
downloadsystemtap-steved-7024cad88e9f95cb6215510d7088cbc44ff70d9b.tar.gz
systemtap-steved-7024cad88e9f95cb6215510d7088cbc44ff70d9b.tar.xz
systemtap-steved-7024cad88e9f95cb6215510d7088cbc44ff70d9b.zip
Minor corrections to inode-watch.stp example.
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.tex4
1 files 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}