From 23e151ca1065f3003f53f4fb8e388f0989da887a Mon Sep 17 00:00:00 2001 From: Rajan Arora Date: Tue, 2 Dec 2008 19:08:24 -0500 Subject: Add man page entry for stap -B --- stap.1.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index 39594a15..6e9b82e9 100644 --- a/stap.1.in +++ b/stap.1.in @@ -134,6 +134,12 @@ Unoptimized mode. Disable unused code elision during elaboration. .B \-w Suppressed warnings mode. Disable warning messages for elided code in user script. .TP +.BI \-B " DIR" +Build for a kernel tree in the given directory instead of currently +running one. This will try to fetch release information for the build +tree from include/config/kernel.release under the specified directory, +failing which -B will be ignored. +.TP .BI \-b Use bulk mode (percpu files) for kernel-to-user data transfer. .TP -- cgit