]> sourceware.org Git - systemtap.git/commitdiff
man stap: fixed typos
authorJonathan Lebon <jlebon@redhat.com>
Fri, 24 May 2013 21:21:30 +0000 (17:21 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Fri, 24 May 2013 21:21:56 +0000 (17:21 -0400)
man/stap.1

index 5e27072d026092cfd8ace860eaaee02b0193e896..baf78998d5f1a4ca2a0a9113462d43514c619f86 100644 (file)
@@ -73,7 +73,7 @@ instructions (written in a simple scripting language), translates
 those instructions into C code, compiles this C code, and loads the
 resulting module into a running Linux kernel or a DynInst user-space
 mutator, to perform the requested system trace/probe functions.  You
-can supply the script in a named file (FILENAME) from standard input
+can supply the script in a named file (FILENAME), from standard input
 (use \- instead of FILENAME), or from the command line (using \-e
 SCRIPT).  The program runs until it is interrupted by the user, or if
 the script voluntarily invokes the
@@ -1493,7 +1493,7 @@ the following patterns would be searched, in sequence:
 .IR 2.6.12/*.stp ,
 .IR 2.6/*.stp ,
 and finally
-.IR *.stp
+.IR *.stp .
 Stopping the translator after pass 1 causes it to print the parse trees.
 
 .PP
This page took 0.029278 seconds and 5 git commands to generate.