From c5d32cbed98c5410b6ccf0bbd8265c643601faf3 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 4 Nov 2008 17:09:31 -0500 Subject: Do not bother to describe "-I" option. Clean up quoting. --- doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'doc/SystemTap_Beginners_Guide/en-US') diff --git a/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml b/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml index 447f3d62..98fc54a8 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml @@ -49,13 +49,6 @@ - - -I directory - - Check the script against additional tapsets found in directory. This is useful if you have additional tapsets that are not included in /usr/share/systemtap/tapset/; for more information about tapsets, refer to . - - - -o filename @@ -64,7 +57,7 @@ - -e "script" + -e 'script' Run given script. -- cgit