Update DESCR from current BSD::Resource README and eliminate trailing

whitespace found by portcheck.
This commit is contained in:
bluhm 2015-07-08 13:32:53 +00:00
parent 142d5a872f
commit bb84d82f33
2 changed files with 8 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.33 2014/06/14 23:24:54 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2015/07/08 13:32:53 bluhm Exp $
SHARED_ONLY = Yes
COMMENT = BSD process resource limit and priority functions
DISTNAME = BSD-Resource-1.2907
REVISION = 0
REVISION = 1
CATEGORIES = devel

View File

@ -1,17 +1,15 @@
This Perl extension implements the BSD process resource limit functions
getrusage() getrlimit() setrlimit()
getrusage() getrlimit() setrlimit()
and the BSD process priority functions. These are available also via
core Perl but here there are more tricks so that the PRIO_* are
available.
core Perl but here we do more tricks so that the PRIO_* are available.
getpriority() setpriority()
getpriority() setpriority()
Also is provided
times() -- which provides the same functionality as the one in
core Perl, only with better time resolution.
times()
get_rlimits() -- a pure perl function with no BSD analog to
find which limits are available
which provides the same functionality as the one in core Perl, only
with better time resolution.