Correct description of RLIMIT_CPU.

Reported by:	bde
This commit is contained in:
John Baldwin 2005-11-16 18:18:52 +00:00
parent bf24183749
commit a1cea66a50

View file

@ -83,7 +83,7 @@ struct rusage {
/*
* Resource limits
*/
#define RLIMIT_CPU 0 /* cpu time in milliseconds */
#define RLIMIT_CPU 0 /* maximum cpu time in seconds */
#define RLIMIT_FSIZE 1 /* maximum file size */
#define RLIMIT_DATA 2 /* data size */
#define RLIMIT_STACK 3 /* stack size */