diff options
author | fche <fche> | 2005-11-02 01:46:39 +0000 |
---|---|---|
committer | fche <fche> | 2005-11-02 01:46:39 +0000 |
commit | 5c74259593cafa36ea62cb9c8f4a6bb36a7565ab (patch) | |
tree | 340d75b88ea0b0d98d7581ce6e57f4de5dd08892 /stap.1.in | |
parent | d23a2349f1932ed58bb64958a83766141b773b5a (diff) | |
download | systemtap-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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |