stas 01/12/21 03:38:20
Modified: perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - documentation nit Revision Changes Path 1.23 +4 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- TestUtil.pm 2001/12/20 16:04:17 1.22 +++ TestUtil.pm 2001/12/21 11:38:20 1.23 @@ -419,10 +419,11 @@ =item chown() - Apache::TestUtil::chown($file); + Apache::TestUtil::chown($file); -Change ownership of $file to the test User/Group. This function is noop -on platforms where chown is unsupported (e.g. Win32). +Change ownership of $file to the test's I<User>/I<Group>. This +function is noop on platforms where chown(2) is unsupported +(e.g. Win32). =item t_is_equal()
