summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-11-16 18:18:52 +0000
committerjhb <jhb@FreeBSD.org>2005-11-16 18:18:52 +0000
commitbc23ec6b6fe81612abae6bff8add4d6fbfe9c813 (patch)
tree12850b9254d9519175af64bf98436df0f0fa5c71 /sys
parentba0d0d0ff5a71da08cd438146d9f6557acc7f82c (diff)
downloadFreeBSD-src-bc23ec6b6fe81612abae6bff8add4d6fbfe9c813.zip
FreeBSD-src-bc23ec6b6fe81612abae6bff8add4d6fbfe9c813.tar.gz
Correct description of RLIMIT_CPU.
Reported by: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/resource.h b/sys/sys/resource.h
index ccb2164..ae3e346 100644
--- a/sys/sys/resource.h
+++ b/sys/sys/resource.h
@@ -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 */
OpenPOWER on IntegriCloud