From: Pavel Charvat Date: Sun, 25 Feb 2007 22:59:33 +0000 (+0100) Subject: fixed fcnt_lock interface description X-Git-Tag: holmes-import~506^2~107 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a6f2fa9abbcfe82ee0d7694af620e254908f3211;p=libucw.git fixed fcnt_lock interface description --- diff --git a/lib/perl/Filelock/Filelock.pm b/lib/perl/Filelock/Filelock.pm index cace0666..d55d49eb 100644 --- a/lib/perl/Filelock/Filelock.pm +++ b/lib/perl/Filelock/Filelock.pm @@ -8,7 +8,7 @@ # # # Interface: -# Sherlock::Filelock::fcntllock($handle, $type, $whence, $start, $len) +# Sherlock::Filelock::fcntl_lock($fd, $cmd, $type, $whence, $start, $len) # package Sherlock::Filelock;