summaryrefslogtreecommitdiffstats
path: root/stapfuncs.5.in
diff options
context:
space:
mode:
authordsmith <dsmith>2007-08-15 17:01:19 +0000
committerdsmith <dsmith>2007-08-15 17:01:19 +0000
commitefc4bf9a15e66bccbda4d48a837437b9e7be9052 (patch)
tree134356a87ae04182f8a499709e4074402d5775f0 /stapfuncs.5.in
parent6b96de1e54f6cae4b7d0e9196a665ba44995314c (diff)
downloadsystemtap-steved-efc4bf9a15e66bccbda4d48a837437b9e7be9052.tar.gz
systemtap-steved-efc4bf9a15e66bccbda4d48a837437b9e7be9052.tar.xz
systemtap-steved-efc4bf9a15e66bccbda4d48a837437b9e7be9052.zip
2007-08-15 David Smith <dsmith@redhat.com>
* systemtap.spec.in: Updated %pre to latest Fedora group creation guidelines. * stap.1.in: Changed '/usr' to '@prefix@' so the values will be updated correctly. * stapfunc.5.in: Ditto.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r--stapfuncs.5.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in
index af4cbd15..0a35b543 100644
--- a/stapfuncs.5.in
+++ b/stapfuncs.5.in
@@ -5,7 +5,7 @@ stapfuncs \- systemtap functions
.SH DESCRIPTION
The following sections enumerate the public functions provided by
-standard tapsets installed under /usr/share/systemtap/tapset. Each
+standard tapsets installed under @prefix@/share/systemtap/tapset. Each
function is described with a signature, and its behavior/restrictions.
The signature line includes the name of the function, the type of
its return value (if any), and the names and types of all parameters.
@@ -345,7 +345,7 @@ Returns the string representation of the given message flags bit map.
.SH FILES
.nh
-.IR /usr/share/systemtap/tapset
+.IR @prefix@/share/systemtap/tapset
.hy
.SH SEE ALSO