diff options
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/Scripts.xml | 6 | ||||
-rw-r--r-- | doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.xml | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml index 73f4c6b2..aa54f132 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Scripts.xml @@ -997,17 +997,17 @@ that thread_indent is defined in tapsets as a special function of sorts</remark> <indexterm> <primary>Handlers</primary> <secondary>handler functions</secondary> -<tertiary><comamnd>target()</command></tertiary> +<tertiary><command>target()</command></tertiary> </indexterm> <indexterm> <primary>handler functions</primary> <secondary>Handlers</secondary> -<tertiary><comamnd>target()</command></tertiary> +<tertiary><command>target()</command></tertiary> </indexterm> <indexterm> -<primary><comamnd>target()</command></primary> +<primary><command>target()</command></primary> <secondary>Handlers</secondary> <tertiary>handler functions</tertiary> </indexterm> diff --git a/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.xml b/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.xml index 33574c8e..9db658c1 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.xml @@ -21,5 +21,6 @@ <!-- <xi:include href="Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/> + <index/> </book> |