From 3a25b3c821038394649e97b697a95ad74802ecff Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 18 Nov 2008 17:09:06 -0500 Subject: References chapter corrections. --- doc/SystemTap_Beginners_Guide/en-US/References.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US') diff --git a/doc/SystemTap_Beginners_Guide/en-US/References.xml b/doc/SystemTap_Beginners_Guide/en-US/References.xml index f355c407..ff993df2 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/References.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/References.xml @@ -28,8 +28,8 @@ SystemTap Tutorial - Much of the content in this book comes from the SystemTap Tutorial written - by Will Cohen. The SystemTap Tutorial is a more appropriate reference for + Much of the content in this book comes from the SystemTap Tutorial. + The SystemTap Tutorial is a more appropriate reference for users with intermediate to advanced knowledge of C++ and kernel development, and can be found at . @@ -40,11 +40,11 @@ man stapprobes -This man page enumerates a variety of probe points supported by SystemTap, along with additional aliases +The stapprobes man page enumerates a variety of probe points supported by SystemTap, along with additional aliases defined by the SystemTap tapset library. The bottom of the man page includes a list of other man pages -enumerating similar probe points for specific system components, such as man - stapprobes.scsi, man stapprobes.process, -stapprobes.signal, etc. +enumerating similar probe points for specific system components, such as + stapprobes.scsi, stapprobes.process, +stapprobes.signal, etc. @@ -53,7 +53,7 @@ enumerating similar probe points for specific system components, such as man stapfuncs - man stapfuncs enumerates numerous functions supported by the SystemTap tapset + The stapfuncs man page enumerates numerous functions supported by the SystemTap tapset library, along with the prescribed syntax for each one. Note, however, that this is not a complete list of all supported functions; there are more undocumented functions available. -- cgit