diff options
author | ddomingo <ddomingo@redhat.com> | 2008-11-27 11:33:06 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-11-27 11:33:06 +1000 |
commit | 218a165500487ccdba0d654221909f362efb09b9 (patch) | |
tree | d80057d20e04ddadb5c4a381e1a4e35184566710 /doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | |
parent | 557320bbd95429836d2a077ac81337fcc3d3d354 (diff) | |
download | systemtap-steved-218a165500487ccdba0d654221909f362efb09b9.tar.gz systemtap-steved-218a165500487ccdba0d654221909f362efb09b9.tar.xz systemtap-steved-218a165500487ccdba0d654221909f362efb09b9.zip |
added more index entries
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/Scripts.xml')
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index aa54f132..233dc069 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -382,11 +382,11 @@ probe kernel.function("*@net/socket.c").return { } <listitem> <indexterm> <primary>Events</primary> -<secondary><command>module("<replaceable>module</replaceable></command></secondary> +<secondary><command>module("<replaceable>module</replaceable>")</command></secondary> </indexterm> <indexterm> -<primary><command>module("<replaceable>module</replaceable></command></primary> + <primary><command>module("<replaceable>module</replaceable>")</command></primary> <secondary>Events</secondary> </indexterm> <para>Allows you to probe functions within modules. For example:</para> |