From 5c74259593cafa36ea62cb9c8f4a6bb36a7565ab Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 2 Nov 2005 01:46:39 +0000 Subject: 2005-11-01 Frank Ch. Eigler Sound advice from : * configure.ac: Undo last change. * configure.ac: Unregenerated. * parse.cxx: Use glibc strverscmp function instead of rpmlib. * stap.1.in: Update correspondingly. --- stap.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stap.1.in') 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 -- cgit