From 282aad4351fefb1ed116cfbdd5dced688df68164 Mon Sep 17 00:00:00 2001 From: nanardon Date: Mon, 24 Jul 2006 18:29:52 +0000 Subject: - fix doc git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@118 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/lib/RPM4.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'RPM4/lib/RPM4.pm') diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index fcee4c9..9324d86 100644 --- a/RPM4/lib/RPM4.pm +++ b/RPM4/lib/RPM4.pm @@ -423,34 +423,34 @@ internals provides Return a RPM4::Header::Dependencies object about sysinfo file, $file is an optionnal file to, default depend of rpm. -Since rpm 3.3.3, return undef on older version +Since rpm 4.3.3, return undef on older version =head2 rpmgetconfdep($path) Return a RPM4::Header::Dependencies object about getconf, $path is an optionnal path to use, default is /. -Since rpm 3.3.3, return undef on older version +Since rpm 4.3.3, return undef on older version =head2 rpmcpuinfodep($file) Return a RPM4::Header::Dependencies object about cpuinfo, $file is an optionnal file to use, default is /proc/cpuinfo. -Since rpm 3.3.3, return undef on older version +Since rpm 4.3.3, return undef on older version =head2 rpmunamedep Return a RPM4::Header::Dependencies object from uname(). -Since rpm 3.3.3, return undef on older version +Since rpm 4.3.3, return undef on older version =head2 rpmpipedep($cmd) Return a RPM4::Header::Dependencies from a command using. (It use a pipe internally). $cmd is the command to use. -Since rpm 3.3.3, return undef on older version +Since rpm 4.3.3, return undef on older version =head1 SEE ALSO -- cgit v1.2.1