From 2c10863bfe41b51272eff714a837f4977bdc257a Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 24 May 2013 17:21:30 -0400 Subject: [PATCH] man stap: fixed typos --- man/stap.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/stap.1 b/man/stap.1 index 5e27072d0..baf78998d 100644 --- a/man/stap.1 +++ b/man/stap.1 @@ -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 -- 2.43.5