diff options
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> |