summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorfche <fche>2005-11-02 01:46:39 +0000
committerfche <fche>2005-11-02 01:46:39 +0000
commit5c74259593cafa36ea62cb9c8f4a6bb36a7565ab (patch)
tree340d75b88ea0b0d98d7581ce6e57f4de5dd08892 /stap.1.in
parentd23a2349f1932ed58bb64958a83766141b773b5a (diff)
downloadsystemtap-steved-5c74259593cafa36ea62cb9c8f4a6bb36a7565ab.tar.gz
systemtap-steved-5c74259593cafa36ea62cb9c8f4a6bb36a7565ab.tar.xz
systemtap-steved-5c74259593cafa36ea62cb9c8f4a6bb36a7565ab.zip
2005-11-01 Frank Ch. Eigler <fche@elastic.org>
Sound advice from <drepper@redhat.com>: * configure.ac: Undo last change. * configure.ac: Unregenerated. * parse.cxx: Use glibc strverscmp function instead of rpmlib. * stap.1.in: Update correspondingly.
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/stap.1.in b/stap.1.in
index 07ade34c..dcfe9d4b 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -175,8 +175,8 @@ version-release value. The condition is deemed satisfied if the
version of the target kernel (as optionally overridden by the
.BR \-r
option) compares to the given version string. The comparison is
-performed by the RPM library function
-.BR rpmvercmp .
+performed by the glibc function
+.BR strverscmp .
The TRUE-TOKENS and FALSE-TOKENS are zero or more general parser
tokens (possibly including nested preprocessor conditionals), and are
pasted into the input stream if the condition is true or false. For